admin管理员组

文章数量:1558697

adb exec-out screencap -p > 1.png

adb exec-out screencap -p > sc.png

 好像只有比较新的adb版本可以使用

出现截图无法打开的情况,就用老方法,

1、先截图保存到手机内存,

2、pull到电脑

3、删掉手机内存的截图

adb shell screencap -p /sdcard/screenshot.png

adb pull /sdcard/screenshot.png 电脑要保存图片的位置\截图名.png

adb shell rm /sdcard/screenshot.png

本文标签: 截图电脑ADBWindows