How do I fix java.lang.OutOfMemoryError: Java heap space
when compiling my Android project?
I get this after I upgraded to version 1 of Android Studio.
None of the answers worked for me but finally I found something that worked in my case:
Automatically managing paging files size
In windows:
I don't remember why I had this unchecked but this was causing trouble in my gradle builds (with flutter).