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

 

今天在打开Uiautomatorviewer,报错了

 

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

 

 

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

 

 

解决方法:

     导出\导入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

 

 

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

 

 

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

 

 

导入之后就能识别页面了

 

 导出\导入uix
上一篇:错误信息:Uncaught SyntaxError: Unexpected token \ in JSON at position 0


下一篇:nginx部署uniapp项目,history模式,打开页面空白,报错:Uncaught SyntaxError: Unexpected token ‘<‘