I'm trying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed, because it doesn't find the JDK installation.

Is this a known issue? And is there a solution?

SDK Error

link|improve this question
What do you mean by "the Android-SDK-Setup refuses to proceed"? AFAIK, installing android-sdk_r07-windows.zip is simply unzipping it to a folder (e.g. C:\android-sdk-windows) and appending that folder to the %PATH% environment variable. Please clarify, so that we can help you better. – Android Eve Dec 7 '10 at 22:37
2  
I'm having the same problem with installer_r08-windows.exe (which is the "recommended" download). Setting JAVA_HOME doesn't seem to help. I suppose I'll try the zip file next... – Hans Nowak Dec 13 '10 at 15:40
24  
Please make sure you accept @Jurgen's answer as it is the right answer! – Lazarus Mar 3 '11 at 14:46
feedback

17 Answers

Press Back when you get the notification and then Next. This time it will find the JDK.

link|improve this answer
174  
It sounds silly, but this actually works. – ajlane Feb 25 '11 at 12:43
25  
Works for Windows XP as well. Thanks! – Spidy Feb 28 '11 at 16:02
18  
That works, thanks. This bug remains outstanding, a bit rubbish really. – nicodemus13 Mar 1 '11 at 20:43
21  
Haha, wow, that's... terrible. Google? Come on! – Dan Tao Mar 9 '11 at 4:32
4  
Stackoverflow is fulfilling its promise: we don't all have to find these stupid workarounds on our own. Thanks! – Erika Jul 17 '11 at 20:41
show 57 more comments
feedback

I found the solution and it's beautifully stupid. I found Android SDK cannot detect JDK.

Press the Back button on the SDK error screen that tells you that the EXE couldn't detect the JDK. Then press Next.

Who would have thought that would happen?

link|improve this answer
Me neither, i would never believe that could happen. Thanks by your comment dude. – Valter Henrique Sep 9 '11 at 13:46
feedback

I downloaded the .zip archive instead and ran SDK Manager.exe, and it worked like a charm. You had the same issue with the .exe otherwise.

link|improve this answer
feedback

It seems like it doesn't work without 32 bit JDK. Just install it and be happy...

link|improve this answer
Yes, this seems to solve the problem. – Hans Nowak Dec 13 '10 at 15:48
Hmmm... I did the same but it didn't work for me. Perhaps there is an additional step that needs to be done? – Android Eve Dec 19 '10 at 12:34
6  
I have actually just had the same problem with the 32 bit JDK – Vintharas Feb 28 '11 at 15:22
Also fixed my problem. – Kinderchocolate Mar 3 '11 at 1:33
This resolved the issue for me – Alex Wood Apr 26 at 2:16
feedback

All you need are the following two registry entries. It appears as if whoever posted the other registry stuff basically just copied all the keys from HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft into HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft which obviously isn't an ideal solution because most of the keys aren't needed.

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Development Kit]
"CurrentVersion"="1.6"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Development Kit\1.6]
"JavaHome"="C:\\Program Files\\Java\\jdk1.6.0_23"
link|improve this answer
feedback

After reading a couple of blog posts, it does seem to be even an easier fix by clicking BACK when the installer says couldn't find the JDK, and then simply click NEXT again.. and magically it finds the JDK... no registry messing around or re-downloading etc..

link|improve this answer
feedback

This registry fix worked like a charm on my Windows 7 x64 setup: http://codearetoy.wordpress.com/2010/12/23/jdk-not-found-on-installing-android-sdk/

link|improve this answer
1  
at the bottom, "click back", "click next" the button is now enabled – Anthony Johnston Apr 11 '11 at 12:31
@Anthony Johnston That did the trick for me!! Thanks! – sstn May 12 '11 at 15:14
feedback

Press Report error and OK. Next will be enabled.

link|improve this answer
amit patel that worked, not the back next trick :) – dip1232001 Feb 18 at 17:13
feedback

Install the x64 JDK, and try the back-next option first, and then try setting JAVA_PATH like the error message says, but if that doesn't work for you either, then try this:

Do as it says, set JAVA_PATH in your environment variables, but in the path use forward slashes instead of backslashes.

Seriously.

For me it failed when JAVA_PATH was C:\Program Files\Java\jdk1.6.0_31 but worked fine when it was C:/Program Files/Java/jdk1.6.0_31 - drove me nuts!

link|improve this answer
1  
YES!!! this one worked for my win 7 pro 64 bit install with android r18 exe installer. You, sir, are my hero for today. Now I just need to know how on earth you thought to even try that? :-) – Julian Higginson May 17 at 13:58
I guessed that the likely Windows haters that coded this never bothered to actually test it, and their Unix forwardslashes weren't converted to Windows backslashes. – Kenton Price May 20 at 1:38
feedback

Warning: As a commenter mentioned, dont try this on a Windows7!!!! I tested it with WinXP-64.

As the posted Solution does NOT work for all (including me, myself, and i), i want to leave a note for those seeking for another way (without registry hacking etcpp) to solve this on on a Win64. Just add PATH (capital letters!!) to your environment Variables and set the Value to your JDK-Path.

I added JDK to the existing "Path" wich did not work, like it didnt with JAVA_HOME or the "Back"-Solution. Adding it to "PATH" finally did the trick.

I hope for some this might be helpful

link|improve this answer
I've tried all the other answers, except for this one. I'll give this a shot and report back in a couple of days. – f.ardelian Apr 9 at 13:43
check, right.. old and simple java class path variable ;=)))))) ps.: thx, found it via google and wanted to post it myself.. :) the dialog actually say you should do it ;) nobody reads today – cV2 Apr 16 at 0:11
Back button trick didn't worked for me, but adding PATH worked like a charm. Thank you! – Sver May 1 at 8:00
2  
It seems that environment variable names are case insensitive on Windows 7, so when I added a 'PATH' variable it overwrote the 'Path' variable. Just a warning for anyone else who tries the same thing! – Ian Newson May 2 at 11:12
Oh, thats quite bad, i will add a warning to my answer. – dles May 15 at 8:08
feedback

Try downloading and installing the zipped version rather than the .exe installer.

link|improve this answer
feedback

I had the same problem and solved it by installing the x86 version of the JDK (on Windows XP x64).

link|improve this answer
feedback

None of the solutions here worked for the 64bit version.

Putting the JDK path before the c:\windows\system32\ path solves the problem, because the 32bit java.exe is found before the JDK one.

link|improve this answer
thanks that worked for me – Bram Apr 4 at 20:32
Too many java's in the path I suppose... Shouldn't it be the same java.exe in both cases though? – SeanJA Apr 15 at 21:11
@SeanJA there are cases where you have java installed as 32 bit and 64 bit and you have to make sure it points at first to the 64 bit version – Pascalius Apr 16 at 12:11
I didn't think java would be installed by default on a new windows machine... but there I go assuming again... – SeanJA Apr 18 at 15:31
feedback

Yeah install the 32 bit version of the Java SE SDK (or any of the combinations). That should help solve your problem.

link|improve this answer
3  
See the "back and forward" answer. That's the solution. Forget playing with the registry or installing the 32bit. – llappall Jun 16 '11 at 21:35
feedback

You will have to download the 32-bit SDK version because Win7 64-bit is not supported only Windows Server 2003 has a supported 64-bit version. During the download of Java SDK pick "Windows" as your platform and not "Windowsx64".
Once I did this android SDK installed like a charm. Hope this helps.

link|improve this answer
4  
Nope. Just do the back-and-forward as explained above. – llappall Jun 16 '11 at 21:35
feedback

Adding JAVA_HOME environment variable (under System Variables) did the trick for me. Clicking "Back" and "Next" buttons didn't work.

Windows 7 Professional x64, JDK 1.7.0_04 (64 bit, I don't have x86 version installed)

I think that installer tries to find JDK in specific (1.6?) version and if it can't find it, checks JAVA_HOME which was not set in my case. I have another computer (the same system but with JDK 1.6 x64) and it worked without JAVA_HOME variable.

link|improve this answer
feedback

i had the same problem, tried all the solutions but nothing worked. The problem is with Windows 7 installed is 64 bit and all the softwares that you are installing should be 32 bit.
Android SDK itself is 32 bit and it identifies only 32 bit JDK. So install following softwares.

  1. JDK (32 bit)
  2. Android SDK (while installing SDK, make sure install it in directory other than "C:\Program Files (x86)", more probably in other drive or in the directory where Eclipse is extracted)
  3. Eclipse (32 bit) and finally ADT.

i tried it and all works fine.

link|improve this answer
feedback

protected by Robert Harvey Mar 20 '11 at 19:35

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.