我有一个使用 RoboElectric 2 和 Maven 的简单 Android 项目。
我可以使用以下方法很好地运行我的测试:
mvn clean test
但测试无法在 IntelliJ IDEA 中运行。尝试从 IntelliJ IDEA 运行测试时出现这个奇怪的错误
Running tests
Test running startedTest running failed: Unable to find instrumentation info for: ComponentInfo{com.example/android.test.InstrumentationTestRunner}
Empty test suite.
我在 IDE 中没有收到其他错误,并且所有内容都可以从 IntelliJ 中正确编译和部署到设备。