I'm following this http://robolectric.org/getting-started/
but I'm getting: Error:(61, 0) Could not set unknown property 'includeAndroidResources' for object of type com.android.build.gradle.internal.dsl.TestOptions$UnitTestOptions.
when I add
android {
testOptions {
unitTests {
includeAndroidResources = true
}
}
}
Try this code
testOptions {
unitTests {
isIncludeAndroidResources = true
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With