Sign inSign up

adamino/android

By adamino

Updated about 7 years ago

Image
0

255

adamino/android repository overview

Docker Android Development Environment

Official image on dockerhub can be found here adamino/android

Docker Cloud Build Status

This project serves a Android ready development environment, based on openjdk 8 with Android SDK 8 installed and set in path!

Requirements

In order to utilize this image, you only need to have the latest version of docker installed!

Includes

  • APIs: android-28
  • Android SDK 25.2.5
  • Build-Tools: 25.0.2
  • Gradle 4.10.3

Tagging scheme

  • ${HIGHEST_ANDROID_API_VERSION}-
    ${HIGHEST_ANDROID_SDK_VERSION}-
    ${BUILD_TOOLS_VERSION}-
    ${GRADLE_VERSION}
  • e.g. 28-25.2.5-25.0.2-4.10.3

Usage

Pull from Docker Hub
docker pull beevelop/android:latest
Build from GitHub
docker build -t beevelop/android github.com/adamino/docker-android
Run image
docker run -it adamino/android bash
Use as base image
FROM adamino/android:latest

Tag summary

Content type

Image

Digest

Size

786.4 MB

Last updated

about 7 years ago

docker pull adamino/android