1
0
Fork 0
android-builder/README.md

17 lines
783 B
Markdown
Raw Permalink Normal View History

2017-10-19 22:19:39 +08:00
2018-09-26 23:13:11 +08:00
# [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")
2017-10-19 22:19:39 +08:00
2018-09-22 13:35:37 +08:00
Docker image to build Android apps.
2020-05-16 14:35:44 +08:00
> For something more robust, see [thyrlian/AndroidSDK](https://github.com/thyrlian/AndroidSDK)
2018-09-22 13:35:37 +08:00
# Usage
```
$ docker run --rm -it -v $PWD:/src productionwentdown/android-builder
```
## With Drone
See the [example .drone.yml file](drone.yml.example)