andle is an Android tool to help you sync dependencies, sdk or build tool version.
Simple install by pip:
$ sudo pip install andle
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.
Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/andle.
The package is available as open source under the terms of the MIT License.