Java教程

使用appnium,Uiautomatorviewer连接手机报错:Unexpected error while obtaining UI hierarchy java.lang.reflect.In

本文主要是介绍使用appnium,Uiautomatorviewer连接手机报错:Unexpected error while obtaining UI hierarchy java.lang.reflect.In,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

 

今天在打开Uiautomatorviewer,报错了

 

原因:获取Ul层次结构时出现意外错误

 

 

 

 

解决方法:

     导出\导入uix
    adb shell uiautomator dump /sdcard/app.uix
      adb pull /sdcard/app.uix D:/android-sdk/app.uix

   导出\导入png
      adb shell screencap -p /sdcard/app.png
      adb pull /sdcard/app.png D:/android-sdk/app.png

 

 

 

 

 

 

 

导入之后就能识别页面了

 

 导出\导入uix
这篇关于使用appnium,Uiautomatorviewer连接手机报错:Unexpected error while obtaining UI hierarchy java.lang.reflect.In的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!