Android SDK Command Line Tools for building, Android projects without Android Studio. EFXTv
1.2K
Android CMDLine Tools Docker Image provides a lightweight container environment with Android command-line tools preconfigured for building, managing, and automating Android development tasks.
This image is ideal for CI/CD pipelines, automated builds, Android SDK management, and headless Android development environments.
Developers can use this container to run Android SDK tools without installing the full Android Studio environment.
This Docker image can be used for:
Download the image from Docker Hub:
docker pull efxtv/android-cmdline-tools
Start the container interactively:
docker run -it efxtv/android-cmdline-tools bash
This launches an interactive shell where you can run Android SDK commands.
Typical tools available inside the container include:
sdkmanageravdmanagerUpdate SDK packages:
sdkmanager --update
List available packages:
sdkmanager --list
Install build tools:
sdkmanager "build-tools;34.0.0"
sdkmanager to install required Android SDK packages.Android command line tools Docker, Android SDK Docker container, Android CI/CD Docker image, Android build tools container, sdkmanager Docker environment, headless Android development Docker.
https://hub.docker.com/r/efxtv/android-cmdline-tools
Maintained by EFXTv
Content type
Image
Digest
sha256:e5f25b18a…
Size
542.3 MB
Last updated
9 months ago
docker pull efxtv/android-cmdline-tools