“android update sdk” on headless linux

前端 未结 5 1273
面向向阳花
面向向阳花 2020-11-28 23:27

Has anybody succeeded in updating/installing Android SDK platforms on a headless Linux server? All I got is the following error:

It seems like the action \"update s

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 00:02

    I just created a small command line tool that does the update in any environment (GUI or non-GUI). Didn't have the chance to test it extensively, but as far as I can tell it does what it should.

    The command line tool updates a pre-installed base Android SDK with all currently available platforms, add-ons, extras, docs, samples and tools. This should be enough for a build server (I need this for my Hudson CI installation with Maven).

    Please go here for more details:

    http://code.google.com/p/android-sdk-tool

提交回复
热议问题