简体   繁体   English

adb shell命令的权限被拒绝

[英]Permission denied for adb shell command

I want to record my android device screen using adb command and I am using the following command. 我想使用adb命令记录我的android设备屏幕,而我正在使用以下命令。

C:\Users\xxxx\AppData\Local\Android\sdk\platform-tools>adb shell screenrecord /sdcard/example.mp4

I am getting the following error 我收到以下错误

Unable to open '/sdcard/example.mp4': Permission denied

Please guide me to resolve this error. 请指导我解决此错误。

There are folders with different access rights. 有具有不同访问权限的文件夹。 Try this folder: 试试这个文件夹:

/storage/sdcard0/Download/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM