Android studio: Unable to detect adb version, exit

2020-04-21 03:20发布

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

2条回答
看我几分像从前
2楼-- · 2020-04-21 03:48
https://www.microsoft.com/en-us/download/details.aspx?id=48145
    After that run as administrator that downloaded file> 
        then Go to android studio> 
        select device>
        click on  Troubleshoot device connection>
        connection assistant>
        scroll click next>
        Click on Restart ADB server button>
        connect device > enable debugging> it works fine after that
查看更多
3楼-- · 2020-04-21 04:05

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.

查看更多
登录 后发表回答