Overview of AndroidSDK Docker Image
masterAndroidSDK is a Docker image providing a complete Android SDK development environment. It is designed to solve the "works on my machine" problem and provide a consistent environment for Android CI builds.
Key Features:
- Contains the barebone official minimal Android SDK.
- Provides maximum flexibility by allowing you to tailor SDK tools for your specific project.
- Supports mounting an external persistent SDK directory to avoid repeated downloads.
- Includes Gradle and the Kotlin compiler for convenience, though using the Gradle Wrapper is highly recommended for reliable builds.