3

Hi I am having trouble finding the SDK location for android-studio. I installed it following this website - http://paolorotolo.github.io/android-studio/ However when I go to the SDK location in configuration page it is blank and I can't find the SDK location anywhere, it just says please choose a valid android SDK directory.

Any ideas? Thanks

2 Answers2

5

Try using locate to find a file in the "missing" directory:

locate "SDK Readme.txt"

should do it (don't forget the quotes, there's a space in the name"

ubfan1
  • 19,049
1

just write this at your terminal prompt:


locate "SDK Readme.txt"

and follow the path returned

547n00n
  • 131