Android studio: Unable to detect adb version, exit value 0xc0000135

一笑奈何 提交于 2020-01-30 08:09:24

问题


When I connect my mobile with PC, android studio says Unable to detect adb version, exit value 0xc0000135. what to do?


回答1:


Windows adb binaries included with the latest Google official platform-tools package require Universal C Runtime v1.1.0 libraries. The easiest way to get them is to install Visual C++ Redistributable Package for Visual Studio 2015.



来源:https://stackoverflow.com/questions/58629191/android-studio-unable-to-detect-adb-version-exit-value-0xc0000135

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