it ain’t quiet easy… you can not start android sdk manager out of adt-enabled eclipse

eclipse android start sdk manager

or start it from command line: (this applies to Android Studio and Eclipse)

so you have to find it yourself.

the default location would be:

~/Android/Sdk/tools/android sdk

if it’s not there let’s go find it:

find / -name *android*|grep tools; # should search your entire files for the android tools sdk manager *UNTESTED*

+#

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin