I am a newbie to Android Studio
. When I try to run a sample Android app I am getting the following error :
Error:Java heap space
Please assign more memory to Gradle in the project's gradle.properties file.
I have changed the following in the studio.vmoptions
file in bin
-Xms512m
-Xmx1024m
But changing to the above values also doesn't help.
Can anyone guide me step by step what to do.