Android Studio 3.0 Beta2 classpath \'com.android.tools.build:gradle:3.0.0-beta3\' testCompile \'org.robolectric:robolectric:3.4.2\'
Test class that
You can also try @Config(manifest = "/src/main/AndroidManifest.xml") in the case that you can not simply include the resources as some projects tests will fail with that included.
@Config(manifest = "/src/main/AndroidManifest.xml")