Sign inSign up

efxtv/android-cmdline-tools

By efxtv

Updated 9 months ago

Android SDK Command Line Tools for building, Android projects without Android Studio. EFXTv

Image
Internet of things
Developer tools
Operating systems
0

1.2K

efxtv/android-cmdline-tools repository overview

Android Command Line Tools – Docker Image

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.


Features

  • Android Command Line Tools preinstalled
  • Suitable for CI/CD and automation workflows
  • Lightweight container environment
  • Easy Android SDK management
  • Compatible with build systems and scripts
  • Ideal for headless Android development

Use Cases

This Docker image can be used for:

  • Android CI/CD pipelines
  • Automated Android builds
  • SDK management and updates
  • Running Android build tools in containers
  • Continuous integration environments
  • Headless Android development

Pull the Docker Image

Download the image from Docker Hub:

docker pull efxtv/android-cmdline-tools

Run the Container

Start the container interactively:

docker run -it efxtv/android-cmdline-tools bash

This launches an interactive shell where you can run Android SDK commands.


Common Tools Included

Typical tools available inside the container include:

  • sdkmanager
  • avdmanager
  • Android SDK utilities
  • Android platform tools (depending on configuration)

Example Commands

Update SDK packages:

sdkmanager --update

List available packages:

sdkmanager --list

Install build tools:

sdkmanager "build-tools;34.0.0"

Requirements

  • Docker installed
  • Linux / macOS / Windows with Docker support
  • Internet access for downloading SDK packages

Typical Workflow

  1. Pull the Docker image.
  2. Start the container.
  3. Use sdkmanager to install required Android SDK packages.
  4. Run build scripts or CI pipelines.

SEO Keywords

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.


Docker Hub Repository

https://hub.docker.com/r/efxtv/android-cmdline-tools


Maintainer

Maintained by EFXTv

Tag summary

Content type

Image

Digest

sha256:e5f25b18a

Size

542.3 MB

Last updated

9 months ago

docker pull efxtv/android-cmdline-tools