1

I know there are many answers online relating to this but I posted this question because none worked.

I have encountered this error but my SDK build-tools are already updated and most importantly when clicking the play button. I get the error that "unable to locate adb" but then the emulator starts and I get the message that the "adb binary found is obsolete..." and still I have the emulator running. How do I solve these 2 adb issues?

I just started today and I am facing a lot of issues.

Any help is highly appreciated.

Mohit Singh
  • 143
  • 11
  • please check my answer here https://stackoverflow.com/questions/59709000/the-adb-binary-is-obsolete-and-has-serious-performance-problems-with-the-android/67979513#67979513 – Lee ABK Jun 15 '21 at 03:14

1 Answers1

0

I recently installed Android Studio 4.0.1 and had this issue developing Flutter Apps. The solution from diablolik in Configure Android SDK solved my problem.

I entered into File -> Project Structure:

Image with blank project SDK

I changed it and located my SDK location path and it worked: mine was

D:\SDKs\AndroidSDK

Dharman
  • 30,962
  • 25
  • 85
  • 135