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

获取手机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

posted @ 2021-03-13 10:29  Walker~  阅读(2485)  评论(2)    收藏  举报