Hi I am having trouble finding the SDK location for android-studio. I installed it following this website - 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 Answers
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"
2just write this at your terminal prompt:
locate "SDK Readme.txt"
and follow the path returned