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

自作多情 提交于 2019-12-01 05:08:59

问题


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


回答1:


I found a solution after spending the whole day. Replace your current adb with another working adb. Click here to download adb.




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/55217479/unable-to-detect-adb-version-adb-output-in-android-studio-3-3-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!