FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

beevelop/docker-android: :iphone: Docker Android SDK - Build Android Apps in Docker · GitHub

Latest commit

 

History

129 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

Use tags where possible, because

About

📱 Docker Android SDK - Build Android Apps in Docker

Topics

Resources

Stars

56 stars

Watchers

4 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL