1
0
Fork 0
android-builder/README.md

17 lines
783 B
Markdown

# [android-builder](https://hub.docker.com/r/productionwentdown/android-builder/) [![](https://images.microbadger.com/badges/version/productionwentdown/android-builder.svg)](https://microbadger.com/images/productionwentdown/android-builder "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/productionwentdown/android-builder.svg)](https://microbadger.com/images/productionwentdown/android-builder "Get your own image badge on microbadger.com")
Docker image to build Android apps.
> For something more robust, see [thyrlian/AndroidSDK](https://github.com/thyrlian/AndroidSDK)
# Usage
```
$ docker run --rm -it -v $PWD:/src productionwentdown/android-builder
```
## With Drone
See the [example .drone.yml file](drone.yml.example)