Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio- "SDK tools directory is missing"

When I start Android Studio, it displays a window entitled "Downloading components" which says:  "Android SDK was installed to: C: / Users / user / AppData / Local / android / SDK2   SDK tools directory is missing " I can not fix it and I need help!!

like image 329
Nahuel Herrera Avatar asked Mar 01 '15 02:03

Nahuel Herrera


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 my Android SDK installed?

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 ".

How can I change sdk path in Android Studio?

To set the Android SDK location, enter the full path of the Android SDK directory into the Android SDK Location box. You can navigate to the Android SDK location in File Explorer, copy the path from the address bar, and paste this path into the Android SDK Location box.


2 Answers

The same problem observed on my side while looking for uiautomatorviewer.bat. After installing Android studio 3.6.2 (at Win10) I was looking for Android SDK Tools section at SDK Manager. Currently, this section is Hidden as Obsolete. enter image description here Fix: uncheck Hide Obsolete Packages, then check the mentioned package and install it - C:\Users..\AppData\Local\Android\Sdk\tools\bin is created.

like image 64
dxtr80 Avatar answered Oct 14 '22 14:10

dxtr80


"Android SDK was installed to: C: / Users / user / AppData / Local / android / SDK2 SDK tools directory is missing " It means the Android SDK requires a folder "tools", where this SDK was installed. But that "Tools" folder did not get installed. Probably due to low storage.

[SOLUTION] : Uninstall the Android SDK and install it again. This time just make sure that you have ATLEAST 5GB (though 3.2gb would be enough) free space where ever you are going to install this SDK. Once the installation is complete, just check whether "tools" folder is there or not (At the location where you are installing the SDK)

like image 39
user3517949 Avatar answered Oct 14 '22 15:10

user3517949