robotium 生成报告运行时控制台一直没有变化,过了几分钟后报错了,如下描述,但是不生成报告单独运行用例没有问题,请问怎么回事,跪求
来源:5-5 Android Apk 重签名的坑

ZYJ012
2018-05-03
报错信息:
[2018-05-03 10:57:31 - UhouzzTest] ------------------------------
[2018-05-03 10:57:31 - UhouzzTest] Android Launch!
[2018-05-03 10:57:31 - UhouzzTest] adb is running normally.
[2018-05-03 10:57:31 - UhouzzTest] Performing com.uhouzz.base.InstrumentationTestRunner JUnit launch
[2018-05-03 10:57:31 - UhouzzTest] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2018-05-03 10:57:35 - UhouzzTest] Application already deployed. No need to reinstall.
[2018-05-03 10:57:35 - UhouzzTest] Launching instrumentation com.uhouzz.base.InstrumentationTestRunner on 85GABMEB2PX6
[2018-05-03 11:05:39 - UhouzzTest] Test run failed: Instrumentation run failed due to 'java.lang.IncompatibleClassChangeError'
1回答
-
Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
-- 运行时没有设置target device,系统使用了默认,导致的兼容性错误。确认下运行的设备版本和调试版本一致
062018-05-24
相似问题