Is GUI for Android SDK manager gone?

前端 未结 11 1949
梦如初夏
梦如初夏 2020-11-28 19:55

I rarely do something for Android so I\'m a bit confused. While back there were two type of installations - Android Studio and just Android SDK. I have IDEA so I don\'t need

11条回答
  •  北海茫月
    2020-11-28 20:01

    Looks like I'm not the only one who had to deal with this idiocy. The way to install it

    1. Unpack zip to some /parent folder so it has /parent/tools. I extracted content of zip's tools to /androidsdk and it was mistake. Script couldn't find it.
    2. Set ANDROID_HOME to /parent folder.
    3. Run /parent/tools/android sdk to see SDK Manager's GUI.

    Google, was it hard to leave script that does the above in installation zip so people don't need to waste 40 minutes googling around ?

提交回复
热议问题