This is giving me the following error message when compiling my project and I am not able to solve
I would like help if anyone has had this problem
This is giving me the following error message when compiling my project and I am not able to solve
I would like help if anyone has had this problem
I had the same problem this week.
I was able to resolve by going to:
File > Settings > Gradle > in the part of Gradle VM Option
put -Xmx256m
(if you want to increase, feel free. In my Android Studio I left as -Xmx3g
, for example)