Android: adb: Permission Denied

前端 未结 9 1371
别跟我提以往
别跟我提以往 2020-12-02 06:33

Whatever I type after adb shell it fails with Permission denied:

D:\\android-sdk-windows\\platform-tools>adb shell find /data -na         


        
9条回答
  •  粉色の甜心
    2020-12-02 06:44

    According to adb help:

    adb root                     - restarts the adbd daemon with root permissions
    

    Which indeed resolved the issue for me.

提交回复
热议问题