7

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

Pravin Suthar
  • 1,403
  • 1
  • 14
  • 25

6 Answers6

3

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

If needed, you can download it here.

Zima
  • 156
  • 2
  • 14
2

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 ......

Pavel Smirnov
  • 4,611
  • 3
  • 18
  • 28
parsh
  • 21
  • 2
1

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

Nicola Beghin
  • 464
  • 3
  • 17
1

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.

Pravin Suthar
  • 1,403
  • 1
  • 14
  • 25
0

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

Ravi Sinha
  • 81
  • 1
  • 4
0

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