Android Studio start fails on Windows 8 64bit [duplicate]
Asked Answered
N

5

3

Installation works fine, JDK was also found without problems. After installation the program does not start. Double clicking the icon results in nothing happening. Starting as admin or installing "just for me" or for all users makes no difference. I am out of answers.. Is this maybe a common issue?

Notum answered 16/5, 2013 at 20:8 Comment(3)
Did you use the search? Check this question, this question, and this answer to start.Raymond
We're aware of the issue and working on it. I've added a Known Issue and a workaround here yesterday in the meantime: tools.android.com/knownissues#as0.1Walleye
You need to set your JAVA_HOME env variable and append %JAVA_HOME%\bin to your PATH env variable!Islet
G
9

After download and install Java SE Development Kit 7 - "jdk-7u21-windows-x64.exe" from Oracle site then adds JAVA_HOME (value = c:\program Files\Java\jdk1.7.0_21) to environment variables. It works fine with me on Windows 8.

Glamorize answered 16/5, 2013 at 23:8 Comment(0)
L
4

the solution is so simply by: Adding a system variable JDK_HOME

with value c:\Program Files\Java\jdk1.7.0_21\ worked for me.

Latest Java release can be downloaded here.

Lohengrin answered 16/5, 2013 at 22:9 Comment(0)
L
3

Go to

control panel -> System -> Advance system settings -> Environment variable

Then, under system variable click new, enter variable name JDK_HOME and variable value C:\programfiles\java\jdk (this path can be different on different computer.)

Then restart android studio.

Lustful answered 17/5, 2013 at 10:57 Comment(0)
A
0

I had this on windows 7 64 bit. I needed to manually set my JAVA_HOME environment variable. Try that, and try running it from a command shell so you can see the exact error.

Astolat answered 16/5, 2013 at 20:10 Comment(0)
D
0

Here's an existing thread that has a bit more detail on this. As of today, you probably have the same version of Java as the answer, so you could just copy and paste and be on your way in no time.

Android Studio does not launch after installation

Defelice answered 16/5, 2013 at 20:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.