Android studio 2.2 was working good for me and build fast but now after updating to 2.3 ! it takes a lot of time to build my projects and also After a period of time Android studio failed because of this exception
Error:A problem occurred configuring project ':app'. Failed to notify project evaluation listener. GC overhead limit exceeded
any help !
Try adding this to your gradle.properties
:
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With