Android SDK install: Java SE development Kit (JDK) not found

android, installation, sdk

Solution

Windows 7 32 bit has the same behaviour as Windows XP SP3. Hit BACK and then NEXT again and you're able to install the Android SDK.

Problem

Possible Duplicate: Android SDK installation doesn't find JDK I have installed Java runtime 6 to `C:\src\libraries\jre6`. I installed Java JDK to `C:\src\libraries\javasdk`. My %PATH% is set to: PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32 \WindowsPowerShell\v1.0;C:\src\libraries\javasdk\bin;C:\src\libraries\javasdk;C: \src\libraries\javasdk\jdk\bin;C:\src\libraries\javasdk\jdk;C:\src\libraries\jav asdk; When I run the Android SDK installer I get the error: "Java SE development Kit (JDK) not found" I'm at a loss as to what the Android SDK cannot really find.

Original source

Related problems