I just download Android Studio for Windows 7, the wizard went ok up to the end but now when I click on the shortcut or on the .exe to start the program nothing happens, no e
It's a bug of Android Studio 0.1v
You should add JAVA_HOME
to the system environment variables.
http://tools.android.com/knownissues#as0.1
JAVA_HOME
that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21
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\
I have had a similar problem with Android Studio 1.0 in windows 7 x64. When I ran studio64.exe it flashed the android studio logo and it disappeared immediately. Also I tried
studio64.exe > error.log
to figure out possible errors. JAVA_HOME=C:\Program Files\Java\jre1.8.0_25
environment variable was correctly setted.
Finally I decided to uninstall all Java versions (I had a mess of different java versions installed), both jdk and jre and reinstalled last version jdk 1.8.0_25. My problem was solved.
Regards,
if you use android studio version 2.3.3 you should have JDK with version 1.8 in the system environment values , to add it click on Computer (in windows 7) System properties Advanced system settings (at the right) Advanced (tab) environment variables button and edit the value of name JAVA_HOME to the file which contains jdk 1.8 if you don't have this variable make a new one