Popup message: "ADB.exe is obsolete and has serious performance problem"
My problem is basically the same as this question and some other similar questions, but none of those answers worked for me.
I tried updating SDK tools but they are already up to date.
I tried removing SDK tools and Apply then re-add then Apply, did not work neither.
I tried adding a new virtual device but same popup appeared.
The primary way to resolve these problems manually is to replace the EXE file with a fresh copy. Additionally, some adb.exe errors can be due to incorrect registry references, so we recommend conducting a registry scan to clean up any invalid entries.
Firstly check if the adb is present in the SDK folder. For this, open C:\Users\Username\AppData\Local\Android\Sdk\platform-tools and check if adb.exe is present.
adb stands for the “Android Debug Bridge,” which is a command line utility that is the debug multitool for Android. Typically it's installed via Android Studio when you install the Android SDK under platform-tools , but it takes some amount of setup for your operating system to know to look there.
This can happen due to several reasons including when your antivirus software removes the adb.exe file due to a false alarm. Issues like these are pretty common with antivirus software and thus, while using one, you need to make sure that it isn't triggering a false positive on the files that you are working with.
The problem in my case was that I had several versions of the Android SDK Build Tools installed. To ensure that only the latest one was chosen by the emulator, I had to uncheck the older versions on the SDK Manager. So:
1 - On Android Studio, open the SDK Manager
2 - click the second tab "SDK Tools"
3 - Check "[x] Show Package Details" in the lower right corner
4 - Make sure that all the versions of Build tools, but the most recent, are unchecked
5 - Click on the Apply button.
I hope that helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With