Production-ready Docker image with Android SDK 15 (API levels 33-35), Java 17, and essential build tools for Android development and CI/CD pipelines.
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
35.0.0
# Pull the latest release
docker pull beevelop/android:v2025.08.1
# Run interactively
docker run --rm -it beevelop/android:v2025.08.1 bash
# Build from source
docker build -t beevelop/android github.com/beevelop/docker-android
FROM beevelop/android:v2025.08.1
# Accept Android SDK licenses (read them first!)
RUN yes | sdkmanager --licenses --sdk_root=$ANDROID_SDK_ROOT
Android SDK Licenses: Using the Android SDK requires accepting Google's licenses. Review them before accepting programmatically.
Badge | Pulls | Build Status | Release Date | Release |
---|---|---|---|---|