adb devices return error: protocol fault (no status)

前端 未结 4 823
[愿得一人]
[愿得一人] 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:21

    This typically means, that your ADB service or your driver is outdated.
    Since the drivers aren't updated most of the time, make sure you've installed the latest version of your Android SDK Platform-tools via the SDK Manager: enter image description here

提交回复
热议问题