adb devices return error: protocol fault (no status)

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

    I had this problem on linux. I didn't realize I had an old adb on my path. Make sure that

    which adb
    

    and

    which emulator
    

    point to similar android sdk versions.

提交回复
热议问题