Reputation: 1439
I installed new java and android studio in windows 7 64 bit.. and when i created new project this error is occuring..
I tried gradle properties (org.gradle.jvmargs=-Xmx1024m)
I also tried by deleting .gradle folder but still getting the same error
Kindly help me in resolving this issue..
this is error
Upvotes: 0
Views: 557
Reputation: 18923
Comment this line
org.gradle.jvmargs=-Xmx1536m
in your gradle.properties
file.
Finally clean your build and run again.
Upvotes: 3