Pravin Suthar
Pravin Suthar

Reputation: 1441

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

I have done following task for solutions;

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

Upvotes: 7

Views: 30275

Answers (6)

Pravin Suthar
Pravin Suthar

Reputation: 1441

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.

Upvotes: 1

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

Upvotes: 0

Ravi Sinha
Ravi Sinha

Reputation: 81

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

Upvotes: 0

Zima
Zima

Reputation: 176

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

If needed, you can download it here.

Upvotes: 3

parsh
parsh

Reputation: 21

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

Upvotes: 2

Nicola Beghin
Nicola Beghin

Reputation: 494

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

Upvotes: 1

Related Questions