阅读927 返回首页    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的模拟和解释