robolectric/robolectric-gradle-plugin

incompatible to 1.1 android gradle plugin

rburgst opened this issue · 4 comments

looks like issue #26 is back again:

    > No signature of method: com.android.build.gradle.AppPlugin.getBootClasspath() is applicable for argument types: () values: []

I have the following dependencies

    classpath 'com.android.tools.build:gradle:1.1.0'
    classpath 'org.robolectric:robolectric-gradle-plugin:0.14.1'

my bad, I had a different setup

Just out of interest could you say how you fixed this in your project? I'm having the same issue and a quick Google search leads to here.

I had a subproject that imported an older version.

I dont have a subproject with an older version (I don't think), and I am facing this issue