2019年3月24日日曜日

adb devices 查询设备

查询设备
$ adb devices

将文件复制到设备/从设备复制文件
$ adb pull remote local
$ adb push local remote

进行屏幕截图
$ adb shell screencap /sdcard/screen.png

录制视频
$ adb shell screenrecord /sdcard/demo.mp4


0 件のコメント: