3

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?

trincot
  • 317,000
  • 35
  • 244
  • 286
Dv Apps
  • 153
  • 2
  • 9

1 Answers1

0
  • If you have 4gb+ ram memory on your machine, increase Xms by 256MB and Xmn by 1650mb.

  • In your gradle.properties put org.gradle.daemon=true

  • settings > build, execution, deployment > build tools > gradle and CHECK offline work

denis_lor
  • 6,212
  • 4
  • 31
  • 55