SDK location for android studio on ubuntu 14.10

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"

2

just write this at your terminal prompt:


locate "SDK Readme.txt"

and follow the path returned

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like