Device going offline randomly (and appearing multiple times as offline) in Eclipse - fixes?

前端 未结 20 2098
青春惊慌失措
青春惊慌失措 2021-02-05 00:19

This problem has been bugging me for ages and I can\'t seem to fix it or fully localize the source of the problem (although at times I can force it by allowing the phone to Stan

20条回答
  •  别那么骄傲
    2021-02-05 00:54

    If your platform and platform-tools path is set:

    Then from command prompt:

    adb kill-server

        adb start-server
    

    It will definitely solve the problem as it restarts the daemon with the specific port

提交回复
热议问题