通过adb命令截图并拉取到电脑

通过adb命令截图  adb shell screencap -p /sdcard/01.png

拉取到电脑 adb pull /sdcard/01.png e://adb/imgs

通过adb命令截图并拉取到电脑

也可以保存到文件夹下然后统一拉取
adb shell screencap -p /sdcard/screenshots/01.png
adb pull /sdcard/screenshots e://adb

相关文章:

  • 2021-12-14
  • 2021-06-26
  • 2021-11-27
  • 2022-01-23
  • 2022-12-23
  • 2021-07-12
  • 2021-12-13
  • 2021-08-20
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案