编程语言
首页 > 编程语言> > 获取手机UI元素时报错:Unexpected error while obtaining UI hierarchy java.lang.reflect.InvocationTargetExceptio

获取手机UI元素时报错:Unexpected error while obtaining UI hierarchy java.lang.reflect.InvocationTargetExceptio

作者:互联网

获取手机UI元素时报错:Unexpected error while obtaining UI hierarchy java.lang.reflect.InvocationTargetException

昨晚,在使用uiautomatorviewer.bat 这个工具的过程中出现了如下提示

image-20210313101555650

经过排查发现可能是Android版本太高(我的是安卓10)导致旧的SDK包无法获取UI界面元素。因此,决定重新安装SDK

首先下载新的SDK工具包和platform-tools工具包

下载地址:https://www.techspot.com/downloads/5425-android-sdk.html

image-20210313102021811

然后将platform-tools工具解压并放到Android SDK工具包里面,像这样:

image-20210313102128967

然后配置adb环境变量:

image-20210313102236262

然后启动:

image-20210313102329929

大功告成:

image-20210313102438102

标签:lang,Unexpected,hierarchy,obtaining,工具包,UI,Android,SDK
来源: https://www.cnblogs.com/walker20201219/p/14527776.html