I am not able to run my project using android studio after an update from 2.2 to 2.3. I always getting an error like "unable to locate adb" while i try to run my project.
Shoot me a proper solution to fix this. I tried many ways but i couldn't solve this.
(I am using Android Studio 3.0.1)
https://developer.android.com/studio/releases/platform-tools
Then I got no errors when running the app.
I also added C:\Users\user\AppData\Local\Android\Sdk\platform-tools\adb.exe to the exception list of my anti-virus tool
Goto inside the Tools:
Thre you can see which platform tools are missing. Just install that and your adb will works.
Also had this error. It turns out my anti-virus had quarantined the adb. So i simply went to the virus chest and added adb to the list of antivirus exclusions. It worked perfectly after that.