小米手机Uiautomator启动失败问题 uiautomator2.GatewayError报错
Posted 码小余の博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小米手机Uiautomator启动失败问题 uiautomator2.GatewayError报错相关的知识,希望对你有一定的参考价值。
先看报错:
WinError adb shell am instrument -w -r -e debug false -e class com.github.uiautomator.stub.Stub com.github.uiautomator.test/android.support.test.runner.AndroidJUnitRunner] uiautomator2.GatewayError
打开 Common issues · openatx/uiautomator2 Wiki · GitHub
是说 app-uiautomator.apk or app-uiautomator-test.apk not installed. 但是实际用
python -m uiautomator2 init
是没有任何报错的,而且可以看到上面的两个app安装成功的信息,所以问题点不在uiautomator app安装失败。
解决方案:
打开小米手机的设置—开启开发者选项—开启USB调试—开启USB安装—开启USB调试(安全设置)----开启通过USB验证应用(默认开启)----开启无线显示认证(可选择),关键选项,必须不要启用MIUI优化,操作完上述设置,然后再执行 python -m uiautomator2 init
(不会报错),就可以执行相关脚本了。
以上是关于小米手机Uiautomator启动失败问题 uiautomator2.GatewayError报错的主要内容,如果未能解决你的问题,请参考以下文章