用adb 命令把图片和uix获取出来,再导入uiautomatorviewer 

adb shell uiautomator dump /data/local/tmp/uidump.uix
adb pull /data/local/tmp/uidump.uix
adb shell screencap -p /data/local/tmp/tmp.png
adb pull /data/local/tmp/tmp.png

 

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-10-19
  • 2021-06-01
  • 2021-05-13
  • 2022-01-25
猜你喜欢
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-07-27
相关资源
相似解决方案