How to setup Android sdk from command-line on headless server ?

Posted by Eno on Stack Overflow See other posts from Stack Overflow or by Eno
Published on 2010-04-21T15:29:50Z Indexed on 2010/04/21 15:43 UTC
Read the original article Hit count: 244

Filed under:
|
|
|
|

So far Ive managed to download and install the SDK and its in my PATH. Problem now is that I can't run "android update sdk" since it expects to be connected to a display and Im connected to a remote headless server through ssh (its a build server so there's no desktop env). Is there a command-line option for the android tool that tells it to run without X ?

© Stack Overflow or respective owner

Related posts about android

Related posts about SDK