News

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window.
When running a test with Robolectric 2.x+gradle I am unable to initializing any static android objects: example test class: @RunWith(RobolectricRunner.class) public class MainActivityTest { private ...