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?
3
votes
Did you use the search? Check this question, this question, and this answer to start.
– thegrinner
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.1
– ralf at android
You need to set your JAVA_HOME env variable and append %JAVA_HOME%\bin to your PATH env variable!
– IgorGanapolsky
5 Answers
9
votes
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.
4
votes
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.
3
votes
0
votes