1. 程式人生 > >adb shell 無法啟動 (insufficient permissions for device)

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

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