Eclipse/adb frequently disconnects from my device

后端 未结 11 1011
栀梦
栀梦 2020-12-10 00:37

While debugging, my device frequently disconnects from my PC, usually after every debug session. The device still appears in the DDMS list but the status is \"offline\". The

11条回答
  •  一向
    一向 (楼主)
    2020-12-10 01:33

    I find it faster to just plug/unplug, but doing the following in command-line should do the same thing:

    adb kill-server
    adb start-server
    

提交回复
热议问题