0

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?

kyurin
  • 43
  • 1
  • 1
  • 3
  • 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 Answers3

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.

-1

intel android driver setup install this after its worked for me