标签: android adb android-4.4-kitkat
我正在尝试在我的nexus 7上录制屏幕。正如教程建议我做了所有必需的更改,现在我可以登录到adb shell。从adb shell我运行命令screenrecord --verbose /storage/emulated/0/b.mp4。我通过Google搜索找到的所有示例都使用/sdcard/b.mp4作为位置。由于我的标签没有任何SD卡,我试图将其保存到手机内存。但我得到 *没有这样的文件或目录* 错误。
screenrecord --verbose /storage/emulated/0/b.mp4
/sdcard/b.mp4