https://github.com/nekocode/docker-android
Docker image for Android builds.
https://github.com/nekocode/docker-android
android docker
Last synced: 11 months ago
JSON representation
Docker image for Android builds.
- Host: GitHub
- URL: https://github.com/nekocode/docker-android
- Owner: nekocode
- Created: 2016-07-11T06:32:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T02:37:16.000Z (over 9 years ago)
- Last Synced: 2025-06-03T22:55:39.436Z (about 1 year ago)
- Topics: android, docker
- Homepage:
- Size: 5.86 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-android
[](http://www.apache.org/licenses/LICENSE-2.0.html)
Docker image for Android builds.
## Base Image
It use CentOS 7 as default base image. But you have another choice base on Ubuntu 14.04. [ubuntu/Dockerfile](ubuntu/Dockerfile).
## What's Included
- Oracle Java 8
- Android SDK
- Build Tools 23.0.3 & 24.0.3
- Platform SDK 23 & 24
- Pre-installed Gradle version 3.1
## Usage
You can pull the image form DaoCloud's image repository by using `docker pull` or [`dao pull`](https://dashboard.daocloud.io/mirror).
```sh
docker pull daocloud.io/nekocode/docker-android:
dao pull daocloud.io/nekocode/docker-android:
```
You can get the `` [here](https://dashboard.daocloud.io/packages/4c0f5468-9623-4ffb-8dd2-e2680ba9ab9d).
In CI enviroment, you can use `gradle app:assembleRelease` instead of `./gradlew app:assembleRelease` to speed up your build.