i'm starting to develope applications with Android Studio but i have a problem with the heap size because it is full quickly and the program breaks. I've tried to increase this heap size in the options but the problem continues, can anyone help me please?
Asked
Active
Viewed 724 times
3
-
Check this out: http://stackoverflow.com/a/18900271 – Edward Quixote Jul 20 '15 at 16:49
1 Answers
0
If you have 4gb+ ram memory on your machine, increase
Xms
by 256MB andXmn
by 1650mb.In your
gradle.properties
putorg.gradle.daemon=true
settings > build, execution, deployment > build tools > gradle and CHECK
offline work

denis_lor
- 6,212
- 4
- 31
- 55