Emulator problem in Android

后端 未结 13 706
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 10:36

When I launch the emulator I face many problems (Errors):-

HttpConnectionApp]emulator-5554 disconnected!
Cancelling \'net.paxcel.http.HttpConnectionApp activ         


        
13条回答
  •  攒了一身酷
    2020-12-02 11:18

    A quick-fix that obviously works is to restart the adb server each time this error occurs:

    adb kill-server && adb start-server
    

    Then, you simply run the application again (without restarting AVD) and that's it.

提交回复
热议问题