1
It’s giving me the following error message when compiling my project and I’m not getting it right
I’d like some help if anyone’s had this problem
1
It’s giving me the following error message when compiling my project and I’m not getting it right
I’d like some help if anyone’s had this problem
1
I had the same problem just this week.
I managed to settle by going on:
File > Settings > Gradle > on the Gradle VM Option
place -Xmx256m
(if you want to increase, feel free. In my Android Studio I left as -Xmx3g
, for example)
Browser other questions tagged android gradle
You are not signed in. Login or sign up in order to post.
William, it would be nice to put the error as text, because some people can not see images (like me) because of proxies and etc...
– Wakim
where the error log is?
– user28366