adb devices return error: protocol fault (no status)

前端 未结 4 820
[愿得一人]
[愿得一人] 2021-02-19 04:53

My ADB stopped working recently. All commands results in error: protocol fault (no status).

Follow trace.

adb devices

system/core/adb/adb.c::main         


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-19 05:16

    I had the same issue and found the problem: Android Studio.

    Open the Android Studio menu Tools -> Android and uncheck Enable ADB integration.

    adb devices should work (you might need adb kill-server first).

    Then you can re-enable ADB integration in Studio.

提交回复
热议问题