Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please configure Android SDK

I am getting this error:

Please configure Android SDK

Onclick of configure i getting one popup

enter image description here

like image 417
Gowthaman M Avatar asked May 07 '18 05:05

Gowthaman M


People also ask

How do I fix Android SDK 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.

How do I fix Android SDK file not found ADB?

Reinstalling the platform tools might fix this problem. Open Android Studio, click SDK Manager in the toolbar or click Tools > SDK Manager, click SDK Tools, then uncheck Android-SDK Platform-Tools (as shown above). After this, open C:\Users\Username\AppData\Local\Android\Sdk and delete the platform-tools folder.


1 Answers

After changing Build Tool Version on the pop screen

 26.0.1 changed into 26.0.3   // else selected the highest available version 

then click OK started working for me...

(or)

Simply Restart Andoid Studio File->Invalidate Caches and restart

like image 138
Gowthaman M Avatar answered Sep 23 '22 10:09

Gowthaman M