I'm developing an android application, I got an error while build APK. the error message is showed in the picture. Thanks for helping
Asked
Active
Viewed 61 times
1 Answers
0
Try to add this to your app
/ build.gradle
file:
dexOptions {
javaMaxHeapSize "4g"
}

Atef Hares
- 4,715
- 3
- 29
- 61
-
fortunately, i can build APK without error although i didn't edit the build.gradle. thanks for helping – Ahmad Aidin Apr 25 '17 at 22:54