Error compiling the project in Gradle

1

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

    
asked by anonymous 27.02.2015 / 17:34

1 answer

1

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)

    
27.02.2015 / 19:21