我现在已经尝试了几个小时来编写一个简单的Roboelectric Test类。无法找到所有红色项目,因此会导致编译错误。
dependencies {
// Robolectric
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'org.apache.maven:maven-ant-tasks:2.1.3' // fixes linux/mac
testCompile 'org.robolectric:robolectric:3.0'
}
答案 0 :(得分:0)
问题是我安装的一个已弃用的插件:android-studio-unit-test-plugin。