Docker image for Android development.
This container is intended for Continuous Delivery of Android applications.
- Oracle Java JDK
- Google Android SDK and tools
- Creates an emulated Nexus 6 device for testing the intended application
You need first to download the image from Docker Hub:
docker pull moss/androidThen just execute it:
docker run --tty --interactive moss/android