Why does adb return offline after the device string?

后端 未结 20 1340
误落风尘
误落风尘 2020-12-07 21:54

I use \"adb devices\" to get following result. Only one device is connected to PC by USB, but we get 8 lines of result.

Could anyone suggest the reason?

<         


        
20条回答
  •  既然无缘
    2020-12-07 22:41

    I've had a similar issue with one of my phones. I was unable to connect and use usb debugging on any of my computers. In the end, I had to restart the usb debugging on the phone manually [doing so using the Developer menu was not enough].

    There's only one command you have to run on your phone [I did it using Terminal Emulator app]:

    adb usb

    And that was it.

    Hope this helps someone in the future.

提交回复
热议问题