MEJORAR RENDIMIENTO ANDROID STUDIO
In case setting
-Xmx4096m -XX:MaxHeapSize=256m
(and etc.. mentioned in above answers) doest work, then do this manually:
Step 1 : Start Android studio and close any open project (File > Close Project).
Step 2 : On Welcome window, Go to Configure > Settings.
Step 3 : Go to Build, Execution, Deployment > Compiler
Step 4 : Change Build process heap size (Mbytes) to 1024 and Additional build process to VM Options to -Xmx512m.
Step 5 : Close or Restart Android Studio.
0 comentarios:
Publicar un comentario