Sign inSign up

muzili/android

By muzili

Updated almost 11 years ago

Image
2

384

muzili/android repository overview

Android development environment for ubuntu 14.04.01 LTS
  • Oracle Java JDK 8
  • Android SDK r23
  • Android NDK r10c
  • Apache Ant 1.9.4
  • Gradle 2.1

It also updates the SDK to android 19(4.4.x)/17(4.2.2)/21(5.0) with platform tools and system images for that revision.

Install

You can either pull from muzili/android:

docker pull muzili/android
alias android-build='docker run -i --privileged -v /dev/bus/usb:/dev/bus/usb -v $(pwd):/app -w /app -u $UID:$GID muzili/android'

or add it to your Dockerfile:

FROM muzili/android

got to the working directory

android-build ant debug

Tag summary

Content type

Image

Digest

sha256:00e368011

Size

2 GB

Last updated

almost 11 years ago

docker pull muzili/android