Reputation: 8288
Android SDK installation doesn't find JDK is not the same release as this, and the solution "back" then "next" doesn't work.
I have tried installing various versions of Java and nothing seems to be working. I've been trying to get this installed for the last 3 days. Solutions I have tried that do NOT work:
The install file is called installer_r20.0.3-windows
and is the current exe available at http://developer.android.com/sdk/index.html
Upvotes: 7
Views: 11652
Reputation: 329
On my Win7 Ultimate 64 bits/ i need multiple things
Voila!
This might help safe other's time
Upvotes: 5
Reputation: 177
Setting JAVA_HOME environment variable in System variable to C:\Program Files\Java\jdk1.7.0_07\
did solve my problem.
A couple of points to note.
\
with /
.Upvotes: 2
Reputation: 29632
Ok, looking at to your JAVA_HOME path which is C:\Program Files\Java\jdk1.6.0_34\bin
I suggest you to change it as C:\Program Files\Java\jdk1.6.0_34\
. There is no need to add bin folder's path in the JAVA_HOME Path.
Upvotes: 6