andle
andle is an Android tool to help you sync dependencies, SDK or build tool version.
Installation
Simple install by pip:
$ sudo pip install andle
Usage
The most commonly used command:
$ andle setsdk -p <path> # set android sdk path
$ andle update -p <path> [-d] [-r] [-g] # sync project gradle config
-h, --help show this help message and exit
-p PATH, --path PATH root path
-d, --dryrun dryrun
-g, --gradle check gradle version
-r, --remote check jcenter repository
See andle --help
or andle <command> --help
for more information.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/andle.
License
The package is available as open source under the terms of the MIT License.