I just installed Android Studios and trying to build my first app. When I press play on the emulator the message "unable to locate adb" pop-up. How to solve this problem?
Asked
Active
Viewed 434 times
0
-
Does this answer your question? [Android Studios error : Unable to locate adb location](https://stackoverflow.com/questions/62234109/android-studios-error-unable-to-locate-adb-location) – Lino Jun 06 '20 at 16:00
3 Answers
2
I had this problem when updating to Android Studio 4.0.
I even tried uninstalling (and doing a full cleanup) Android Studio and installing again. The problem persisted.
The problem was that when importing my old project, the new Android Studio couldn't find the SDK and my project had no SDK (even though it could build, go figure).
So check File -> Project Structure -> Project
. In my case there was a big red NO SDK set there. Once I set the SDK to the one installed, problem was solved.

Dpedrinha
- 3,741
- 3
- 38
- 57
0
I guess you didn't set the system and user environment path in your windows.
Goto properties of This PC > Advanced System Settings > Environment Variables > Path > then put the path file location.

Md Rashad Tanjim
- 1
- 2
-1
intel android driver setup install this after its worked for me
-
-
this error could happen by driver issues also, not only program issue. – karthick flyn Nov 27 '20 at 06:10
-