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
1.In the Studio, navigate to File-> Settings->Compiler
In the VM Options text box, paste this line -Xmx512m -XX:MaxPermSize=512m
Delete the existing AVD.
Then File->Invalidate Caches/Restart .
After restarting the studio, create a new AVD. Should work fine !