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

后端 未结 3 1327
一生所求
一生所求 2021-01-20 12:41

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

3条回答
  •  灰色年华
    2021-01-20 13:15

    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.

提交回复
热议问题