1、截图保存到sdcard



adb shell /system/bin/screencap -p /sdcard/screenshot.png



2、pull拉取到本地


adb pull /sdcard/screenshot.png