赞
踩
文档:https://developer.android.com/studio/command-line/adb#screencap
- $ adb shell
- shell@ $
在 shell 里进行截图,保存到 sdcard
screencap /sdcard/screen.png
下载截图到计算机当前目录
$ adb pull /sdcard/screen.png
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。