I am trying to get Robolectric tests up and working in our current project, and not having a lot of luck. My preference would be to get these to run within Android Studio 1
I just changed to:
@RunWith(RobolectricTestRunner.class)
and it works. All the other config stuff seems to be unnecessary.