adb 截图命令
2020-08-08 本文已影响0人
土豆特别想爬山
截图
adb -s ip:5555 shell screencap /sdcard/screen.png
保存到电脑当前目录
adb -s ip:5555 pull /sdcard/screen.png ../screen.png
由于在linux系统命令行不能直接打开图片,下载到windows电脑:
sz screen.png
截图
adb -s ip:5555 shell screencap /sdcard/screen.png
保存到电脑当前目录
adb -s ip:5555 pull /sdcard/screen.png ../screen.png
由于在linux系统命令行不能直接打开图片,下载到windows电脑:
sz screen.png