Why when I add to my pom.xml dependencies to Robolectric library I get OutOfMemoryError: GC overhead limit exceeded?
My dependency:
<dependency>
<groupId>com.pivotallabs</groupId>
<artifactId>robolectric</artifactId>
<version>1.2</version>
</dependency>
When I remove it all working fine. When I add to android-maven-plugin next strings it has no sense
<dexJvmArguments>
<argument>-Xmx1500m</argument>
</dexJvmArguments>--
You received this message because you are subscribed to the Google Groups "Robolectric" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robolectric...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.