Docker Android SDK - Build Android Apps in Docker
Production-ready Docker image with Android SDK 16 (API levels 34-36), Java 17, and essential build tools for Android development and CI/CD pipelines.
What's Included
Based on beevelop/java
- Java
17.0.12 - Gradle
8.12(Groovy:3.0.22) - Apache Maven
3.6.3 - Ant
1.10.12 - Android Build Tools
36.0.0
Usage
Pull and Run
# Pull the latest release docker pull beevelop/android:v2026.03.1 # Run interactively docker run --rm -it beevelop/android:v2026.03.1 bash # Build from source docker build -t beevelop/android github.com/beevelop/docker-android
Use as Base Image
FROM beevelop/android:v2026.03.1 # Accept Android SDK licenses (read them first!) RUN yes | sdkmanager --licenses --sdk_root=$ANDROID_SDK_ROOT
Important Notes
Android SDK Licenses: Using the Android SDK requires accepting Google's licenses. Review them before accepting programmatically.
All Docker Images
| Badge | Pulls | Build Status | Release Date | Release |
|---|---|---|---|---|

