1

So I was installing the Android SDK on my new computer (Win 7, 64bit) and I installed the JDK, but when I go to install the SDK it says this

Android SDK

The enviromental variable is set as well, any ideas?

Enviro variable

And yes I have tried to go back and then next D:

FabianCook
  • 20,269
  • 16
  • 67
  • 115

5 Answers5

1

I read somewhere that it might be a bug...The work around was to press back and then Next and it should find the JDK.

EDIT: it should not be like this: C:\Program Files\Java\jdk1.7.0_03\bin don't include the \bin just C:\Program Files\Java\jdk1.7.0_03 then apply and restart your computer.

Hope that helps.

0gravity
  • 2,682
  • 4
  • 24
  • 33
1

The value should be something like

C:\Program Files\Java\jdk1.7.0

rickz
  • 4,324
  • 2
  • 19
  • 30
1

What version is your JRE? Is it really located at C:\Program Files\Java, or is it in a subfolder of that (e.g. C:\Program Files\Java\jdk1.7.0)?

weelillad
  • 26
  • 5
1

The path is this -

C:\Program Files\Java\jdk1.7.0_03\bin

Chan
  • 2,601
  • 6
  • 28
  • 45
1

I had a similar problem and found the answer here: Android SDK installation doesn't find JDK

thx to simon for the answer: Use 32-bit JDK not the 64-bit version.

Community
  • 1
  • 1
sfish
  • 422
  • 1
  • 3
  • 8