Sign inSign up

thedrhax/android-sdk

By thedrhax

Updated 8 months ago

Android SDK + Gradle in a single Docker image.

Image
5

10K+

thedrhax/android-sdk repository overview

Android SDK for Docker

This image contains the latest versions of Android SDK and Gradle. Feel free to contribute ;)

Examples

Start a container and open the shell
docker run -it thedrhax/android-sdk bash
Build the project in current directory
docker run -it -v $(pwd):/home/user/project -w /home/user/project -u $(id -u):$(id -g) thedrhax/android-sdk gradle build
Persistent Android SDK and caches
  • -v android-sdk:/home/user/android-sdk-linux
  • -v gradle-cache:/home/user/.gradle
  • -v android-cache:/home/user/.android

Tag summary

Content type

Image

Digest

sha256:e4ed532ea

Size

602.4 MB

Last updated

8 months ago

docker pull thedrhax/android-sdk