I'm setting auto build server, and need to install Android SDK. I'm working over ssh of course. But tools/andoroid update sdk wants to start Java GUI. Any other way to install SDK?

link|improve this question
feedback

3 Answers

up vote 9 down vote accepted

If you use tools/android -h update sdk (I discovered that by trying tools/android update sdk --help), you will get a list of options for the update sdk command, the most interesting one being:

  -u --no-ui    Updates from command-line (does not display the GUI)
link|improve this answer
Thanks for the tip. Be prepared though once you run the command it's going to download all available platforms. – hopia Feb 18 '11 at 0:07
feedback

tools/android update sdk --no-ui

link|improve this answer
feedback

If workwing behind a proxy consider using options:

 --proxy-port: HTTP/HTTPS proxy port (overrides settings if defined)

 --proxy-host: HTTP/HTTPS proxy host (overrides settings if defined)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.