I get this error message as I execute my JUnit tests:
java.lang.OutOfMemoryError: GC overhead limit exceeded
I know what an OutOfMemo
OutOfMemo
try this
open the build.gradle file
build.gradle
android { dexOptions { javaMaxHeapSize = "4g" } }