Unable to detect adb version, adb output in Android Studio 3.3.2

29.9k Views Asked by At

I have done following task for solutions;

  • Download and update platform-tools
  • Change Sdk path and re-download
  • Uninstalled Android Sdk platform-tools and Android Sdk tools after re-install.
  • Update adb path in Environment
  • Change virtual memory size

But it's still not working... I'm using android studio version 3.3.2

error show like Unable to detect adb version means connection devices showing none when i run the app

enter image description here

6

There are 6 best solutions below

0
On BEST ANSWER

I solved my problem. That was the visual studio installation problem. In my system visual studio c++ 2015 installed. Just repair or re-installed it.

0
On

If other solutions don't work and you're on Windows, check if Visual C ++ is installed.

If needed, you can download it here.

0
On

For anyone experiencing issues with Android Studio 3.3.2 not detecting Genymotion: make sure to point Genymotion to use the Android SDK ADB and not the one it's shipped with. It seems like this is because Genymotion is shipped with outdated ADB

0
On

i downgrade my adb and use this as guidance https://www.xda-developers.com/install-adb-windows-macos-linux/

0
On

Just change adb.exe in location sdk\platform-tools -adb.exe and replace it. It will work. SDK folder is in users\account name\appdata\local\android\SDK\platform-tools

In my case: D:\ANDROID SETUP\sdk\platform-tools due to low c drive space ..

It will work ......

0
On

Locate the adb.exe file in the platform-tools folder . Double-click to run it . If it shows an error message , you need to install the C++ runtime from here. Else you should up-date/reinstall the sdk