Add this to your android closure in your build.gradle file:
dexOptions {
javaMaxHeapSize "4g"
}
Android Studio Google JAR file causing GC overhead limit exceeded error
Add this to your android closure in your build.gradle file:
dexOptions {
javaMaxHeapSize "4g"
}
Android Studio Google JAR file causing GC overhead limit exceeded error