moss/android

By moss

Updated over 8 years ago

android env

Image
1

590

Docker image for Android development.

This container is intended for Continuous Delivery of Android applications.

Features

  • Oracle Java JDK
  • Google Android SDK and tools
  • Creates an emulated Nexus 6 device for testing the intended application

Usage

You need first to download the image from Docker Hub:

docker pull moss/android

Then just execute it:

docker run --tty --interactive moss/android

Docker Pull Command

docker pull moss/android