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

前端 未结 5 963
情话喂你
情话喂你 2021-01-05 13:59

I have done following task for solutions;

  • Download and update platform-tools
  • Change Sdk path and re-download
  • Uninstalled Android Sdk platform
相关标签:
5条回答
  • 2021-01-05 14:30

    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

    0 讨论(0)
  • 2021-01-05 14:32

    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 讨论(0)
  • 2021-01-05 14:39

    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 讨论(0)
  • 2021-01-05 14:43

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

    0 讨论(0)
  • 2021-01-05 14:54

    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 讨论(0)
提交回复
热议问题