閱讀927 返回首頁    go 阿裏雲 go 技術社區[雲棲]


adb shell 無法啟動 (insufficient permissions for device)

了解更多:https://hi.baidu.com/iceliushuai/item/74635bc93ef4520fad092f12


暫的解決辦法是使用root權限來啟動adb server
shily@hh-desktop:~$ sudo -s
[sudo] password for shily: 
root@hh-desktop:~#adb kill-server ; adb start-server
* daemon not running. starting it now *
* daemon started successfully *
root@hh-desktop:~# exit
exit
shily@hh-desktop:~$
再次執行adb shell就可以了。

最後更新:2017-04-03 16:48:59

  上一篇:go Hi3531 SDK 安裝以及升級使用說明
  下一篇:go Java線程範圍變量——ThreadLocal的模擬和解釋