I have just installed Android - studio today. First I have to install jdk7 for this IDE.
After that only I was able to launch IDE.
Now When I am trying to cr
I found a solution to this problem on an old vs-android issue.
You should create a new environment variable named _JAVA_OPTIONS, set it to -Xms256m -Xmx1024m and it should work.
_JAVA_OPTIONS
-Xms256m -Xmx1024m