Android4.3已经提供了截图的工具在/system/bin目录下,叫screencap,使用命令如下:
adb shell screencap -p /sdcard/screenshot.png
本文介绍了Android4.3系统中自带的截图工具screencap的使用方法,该工具位于/system/bin目录下,通过adb shell命令可以实现屏幕截图并保存。
adb shell screencap -p /sdcard/screenshot.png
2360
573
928

被折叠的 条评论
为什么被折叠?