5
votes

After Google Announced Android Studio based on IntelliJ I wanted to give it a try but I'm having an issue. It installed fine, and during the install successfully found the JDK but when I try to launch it nothing happens. No error, no splash screen no nothing.

Has anyone else had this issue?

Thanks for any help you can provide.

2

2 Answers

8
votes

You have to add a new system variable named ANDROID_STUDIO_JDK or JDK_HOME with the path to your JDK install folder, such as C:\Program Files\Java\jdk1.7.0_21\

0
votes

Yes what you need to do is add a new system variable or JDK_HOME with the path to your JDK install folder, for me it "C:\Program Files\Java\jdk1.7.0_21"