Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"SDK tools directory is missing" when launching Android Studio on my mac

Tags:

android

sdk

enter image description here

It shows that I've already installed the Android SDK but I can't find it.:< Tried in terminal to see what's in the folder but find nothing, this location is empty. Why the app tell me that I've installed it? How can I solve this problem? Thank you!!

like image 445
Yue Leng Avatar asked Oct 30 '16 04:10

Yue Leng


People also ask

How do I fix sdk Tools folder is missing?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

Where is sdk location in Android Studio Mac?

by default, the "Android Studio IDE" will be installed in " C:\Program Files\Android\Android Studio ", and the "Android SDK" in " c:\Users\username\AppData\Local\Android\Sdk ".

Can not find Android SDK folder?

If you have downloaded the AS + SDK bundle: Note #2: you will never find the SDK in the Android Studio directory unless you have explicitly put it in there. The reason is that those directories might be deleted after installing a newer version of Android Studio and you would have to re-install the SDK as well.


2 Answers

I would say that you reinstall Android Studio after checking the SDK Manager at first. The SDK Path may also be corrupted, so check that.

like image 89
Rohit Kumar Avatar answered Sep 22 '22 02:09

Rohit Kumar


For me it was two issues, proxy settings although tested okay was not connecting to display the list of available SDKs. Also launching Android Studio using "Run as administrator" was also required.

like image 44
Ben Morris Avatar answered Sep 22 '22 02:09

Ben Morris