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
The enviromental variable is set as well, any ideas?
And yes I have tried to go back and then next D:
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
The enviromental variable is set as well, any ideas?
And yes I have tried to go back and then next D:
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.
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)?
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.