Roboelectric& Android工作室问题

时间:2016-04-06 19:45:56

标签: android-studio compiler-errors robolectric

我现在已经尝试了几个小时来编写一个简单的Roboelectric Test类。无法找到所有红色项目,因此会导致编译错误。

enter image description here

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'
}

1 个答案:

答案 0 :(得分:0)

问题是我安装的一个已弃用的插件:android-studio-unit-test-plugin。