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.
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
Content type
Image
Digest
sha256:00e368011…
Size
2 GB
Last updated
almost 11 years ago
docker pull muzili/android