关于android espresso (小米Could not launch intent)解决方法

在执行Android Espresso测试时遇到RuntimeException,提示Could not launch intent within 45000 milliseconds。错误可能由于主线程未及时空闲、持续重绘或网络操作导致。解决方法是在设置中为应用开启'后台弹出界面'权限。
摘要由CSDN通过智能技术生成

java.lang.RuntimeException: Could not launch intent Intent { act=android.intent.action.MAIN flg=0x14000000 cmp=x.x.x.x/.x} within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1609145770495 and now the last time the queue went idle was: 1609145771593. If these numbers are the same your activity might be hogging the event queue.
    at androidx.test.runner.MonitoringInstrumentation.startActivitySync(MonitoringInstrumentation.java:490)
    at androidx.test.rule.ActivityTestRule.launchActivity(ActivityTestRule.java:358)
    at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:529)
    at org.junit.rules.RunRules.evaluat

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值