截图:
adb shell /system/bin/screencap -p /sdcard/screenshot0.png
其中:/sdcard/screenshot0.png 为截图保存路径和名称
上传到电脑:
adb pull /sdcard/screenshot0.png E:\screenshot
其中:
/sdcard/screenshot0.png 为上一步保存的本地的截图路径
E:\screenshot 为电脑上要保存截图的路径
截图:
adb shell /system/bin/screencap -p /sdcard/screenshot0.png
其中:/sdcard/screenshot0.png 为截图保存路径和名称
上传到电脑:
adb pull /sdcard/screenshot0.png E:\screenshot
其中:
/sdcard/screenshot0.png 为上一步保存的本地的截图路径
E:\screenshot 为电脑上要保存截图的路径
本文标题:Android之adb截图
本文链接:https://www.haomeiwen.com/subject/kdpwuhtx.html
网友评论