install android sdk using command line linux

前端 未结 4 2010
时光说笑
时光说笑 2021-01-04 11:38

I want to download android sdk through command line. I got this command from command https://stackoverflow.com/a/4569792/563306 I downloaded Android SDK r18 tar file. extra

4条回答
  •  -上瘾入骨i
    2021-01-04 12:06

    It works fine for me. Try it without the --no-ui flag and see if that works. If not, what is the error message you get?


    Edit:

    You probably have your PATH configured incorrectly. You need to execute the "current folder executable" as follows:

    $ ./android update sdk --no-ui
    

提交回复
热议问题