Official image on dockerhub can be found here adamino/android
This project serves a Android ready development environment, based on openjdk 8 with Android SDK 8 installed and set in path!
In order to utilize this image, you only need to have the latest version of docker installed!
- APIs: android-28
- Android SDK 25.2.5
- Build-Tools: 25.0.2
- Gradle 4.10.3
- ${HIGHEST_ANDROID_API_VERSION}-
${HIGHEST_ANDROID_SDK_VERSION}-
${BUILD_TOOLS_VERSION}-
${GRADLE_VERSION} - e.g. 28-25.2.5-25.0.2-4.10.3
docker pull beevelop/android:latest
docker build -t beevelop/android github.com/adamino/docker-android
docker run -it adamino/android bash
FROM adamino/android:latest