I am using Android Studio 1.2 and Windows 7
When running a robolectric test following this example:
@RunWith(CustomRobolectricRunner.class) @Config(e
This seems to be a proxy problem. When behind proxy you have to specify proxy settings for maven at {userHome}/.m2/settings.xml
my settings.xml looks now like:
true proxy.host 3128
below not working !!
proxy-https true https proxy.host 3128 proxy-http true http proxy.host 3128