Is GUI for Android SDK manager gone?

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 ?

Leave a Comment