2020-05-21uiautomatorviewer获取不到手机界面时

Uiautomatorviewer报错:
Unexpected error while obtaining UI hierarchy java.lang.reflect.InvocationTargetException

android8以后sdk自带的uiautomator直接打开,截取不到机器界面信息。

建议可以使用以下方法手动截取(来源:[http://www.luyixian.cn/news_show_228352.aspx]

20190904112337887.png

解决方法
1.截取uix文件
adb shell uiautomator dump /sdcard/sc.uix
adb pull /sdcard/sc.uix
注明:新手机地址改成:/data/local/tmp/**.uix
2.截取截图
adb shell screencap -p /sdcard/sc.png
adb pull /sdcard/sc.png
3.打开sdk tools目录下的uiautomatorviewer.bat,导入从机器获取的截图和资源文件


image.png

over!

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。