0

I'm developing an android application, I got an error while build APK. the error message is showed in the picture. Thanks for helping

click here for the picture

1 Answers1

0

Try to add this to your app / build.gradle file:

dexOptions {
    javaMaxHeapSize "4g"
}

GC overhead limit exceeded error

Atef Hares
  • 4,715
  • 3
  • 29
  • 61