I'm setting up an auto build server, and need to install an Android SDK. I'm working over SSH, of course. But tools/android update sdk
wants to start a Java GUI. Any other way to install an SDK?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
If workwing behind a proxy consider using options:
tools/android update sdk --no-ui
If you use
tools/android -h update sdk
(I discovered that by tryingtools/android update sdk --help
), you will get a list of options for theupdate sdk
command, the most interesting one being: