admin 管理员组文章数量: 887007
Android Studio使用UiAutomator出现连接失败
**
java.lang.IllegalStateException: Cannot call disconnect() while connecting!
**
Android Studio使用UiAutomator编写一个自动化测试脚本,出现:Cannot call disconnect() while connecting!
报错代码:
UiDevice mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation());
mDevice.pressHome();
异常:
FATAL EXCEPTION: Instr: androidx.test.runner.AndroidJUnitRunnerProcess: com.xgd.scancode, PID: 23664java.lang.IllegalStateException: Cannot call disconnect() while connecting!at android.app.UiAutomation.disconnect(UiAutomation.java:291)at android.app.Instrumentation.finish(Instrumentation.java:249)at androidx.test.runner.MonitoringInstrumentation.finish(MonitoringInstrumentation.java:381)at androidx.test.runner.AndroidJUnitRunner.finish(AndroidJUnitRunner.java:463)at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:452)at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2196)
各位大佬,求解决方法
本文标签: Android Studio使用UiAutomator出现连接失败
版权声明:本文标题:Android Studio使用UiAutomator出现连接失败 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1732355242h1534245.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论