Android Studio is slow (how to speed up)?
to sum it up 1) in AndroidStudio’s settings > compile enable checkbox named Compile independent modules in parallel. 2) Under Help> Edit Custom VM Options I have: -Xms1024m -Xmx4096m # <—— increase this to most of your RAM -XX:MaxPermSize=1024m -XX:ReservedCodeCacheSize=440m -XX:+UseCompressedOops -XX:-HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 P.S. – Some people say Note, instead of VM options, it’s better … Read more