Android SDK for development.
For example, if you want to build android project, and the project includes gradlew, then just do this:
cd /path/to/project
docker run -t -i -v `pwd`:/workspace -w /workspace pinguozhanglu/android /bin/sh -c "./gradlew assemble"
Content type
Image
Digest
sha256:796e82d2f…
Size
-
Last updated
over 11 years ago
docker pull zhanglu/android