How do I fix java.lang.OutOfMemoryError: Java heap space when compiling my Android project?
java.lang.OutOfMemoryError: Java heap space
I get this after I upgraded to version 1 of Android Studio.
This is old, but just add this to the build file
dexOptions { javaMaxHeapSize "2g" }