adb logcat hangs with “waiting for device” message

后端 未结 2 1752
渐次进展
渐次进展 2021-02-11 17:21

When I type adb devices command on terminal, it shows device is connected

List of devices attached

0123456789ABCDEF

2条回答
  •  天涯浪人
    2021-02-11 17:31

    I am not pretty much sure if this works for you but can you please try the steps below:

    # Kill and restart      
    $ adb kill-server      
    $ adb start-server     
     daemon not running. starting it now *      
     daemon started successfully *         
    
    # Device appears, but is listed as offline
    
    $ adb devices      
    $ adb logcat
    

提交回复
热议问题