Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio does not launch after installation [duplicate]

I've just downloaded the new Android Studio IDE released today, and installed it. When I double-click the icon to launch it, nothing happens. I've tried every shortcut to it, as well as the .exe in the installation folder.

I've also tried restarting the machine, uninstalling / restarting, and installing to a folder location without spaces. Does someone know why Android Studio won't start?

like image 546
John Leehey Avatar asked May 15 '13 20:05

John Leehey


People also ask

Why is my Android Studio app not installing?

The Android app not installed error can be combated after resetting app permissions. Go to Settings > Apps > Reset App Preferences/Reset Application Permissions. After this, third-party software can be installed on your device.

How do I fix Android Studio?

Open your gradle. properties file in Android Studio. Restart Android Studio for your changes to take effect. Click Sync Project with Gradle Files to sync your project.


1 Answers

I set my JDK_HOME environment variable to point to my Java (1.7) JDK path, and it worked.

My JDK path was:

c:\Program Files\Java\jdk1.7.0_21

but it will vary depending on the version of your JDK.

For directions in setting PATH variables for windows see: http://java.com/en/download/help/path.xml

like image 93
John Leehey Avatar answered Oct 11 '22 10:10

John Leehey