1、adb命令截图到手机
adb shell screencap -p /sdcard/1.png
2、adb命令录屏
adb shell screenrecord --time-limit 10 /sdcard/demo.mp4
pull 到电脑
adb pull /sdcard/demo.mp4
3、adb 命令启动APP
adb shell am start -n 包名/加对应Activity
1、adb命令截图到手机
adb shell screencap -p /sdcard/1.png
2、adb命令录屏
adb shell screenrecord --time-limit 10 /sdcard/demo.mp4
pull 到电脑
adb pull /sdcard/demo.mp4
3、adb 命令启动APP
adb shell am start -n 包名/加对应Activity