“adb install” returns error: protocol fault (no status)

后端 未结 3 1580
醉梦人生
醉梦人生 2021-01-14 11:10

I have created and ran a couple of android emulators, now I\'d like to install application on them. Here is the story of me trying it a couple of times:

$ ad         


        
3条回答
  •  执念已碎
    2021-01-14 12:05

    “adb install” returns error: protocol fault (no status) :

    Solution is

    Goto \platform-tools using Terminal and execute below commands

    set ADB_TRACE=1
    adb start-server
    

    To remove emulator from list of ADB Devices :

    Open "Android Virtual Device Manager" -> Select the Emulator which you want to delete -> click on Delete button.

    See below Image enter image description here

提交回复
热议问题