美文网首页
adb 截屏保存到电脑

adb 截屏保存到电脑

作者: MiniC | 来源:发表于2018-06-26 00:27 被阅读0次

1.先将截屏图片保存到SDCard中,这个过程需要点时间,最好等个1s

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

2.将图片保存到电脑指定路径中

adb pull /sdcard/screen.png d:/screen.png

3.删除掉sdcard中的图片(可以选择不删除)

adb shell rm /sdcard/screen.png

相关文章

网友评论

      本文标题:adb 截屏保存到电脑

      本文链接:https://www.haomeiwen.com/subject/sjouyftx.html