0

I'm trying to install the android sdk. But it keeps saying Java se development kit not installed, I installed it twice.

The next line says "Errror failed to find java version of c:\Windows\system32\java.exe, well the file is there.

Then it says: If you believe you have installed the sdk, simply set a environment verbal java)home to point to it, well I hava java home as c:\java\jdk1.7.0_05

and it still gives the same error, how do I get pass this?

Ted pottel
  • 6,869
  • 21
  • 75
  • 134

3 Answers3

0

Had the same problem before. Press Back and then Next, things will be OK.

Lazy Ninja
  • 22,342
  • 9
  • 83
  • 103
0

It seems like it doesn't work without 32 bit JDK. Just install itfirst.

Furqi
  • 2,403
  • 1
  • 26
  • 32
  • Hi,I install it did not work, I also tried to unstill the old version I have then install the 32 bit version, still did not work any idear??? – Ted pottel Aug 06 '12 at 20:34
0

Android requires Java 1.5 or 1.6. It will not work properly with 1.7.

So downloand and install the 1.6 JDK and I believe your issue will go away.

Barak
  • 16,318
  • 9
  • 52
  • 84