'Have adb.exe at specified location but still have "adb.exe is obsolete and has serious performance problems" dialog box
I have the adb.exe at "../AppData\Local\Android\Sdk\platform-tools\adb.exe" and even checked the virus chest of antivirus everything is fine.
But still get the dialogue box saying
"adb.exe is obsolete and has serious performance problems".
Solution 1:[1]
Maybe a bit late but the accepted solution didn't work for me. However the following did:
- SDK Manager -> SDK Tools
- Delete current Android SDK Build-Tools even if it is the latest version. In my case, I observed it also uninstalled a lot of previous versions
- Restart Adroid Studio
- Install the latest Android SDK Build-Tools
- Restart Adroid Studio
I suspect the problem happened due to some sort of error in incremental updates of adb
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Taka |
