Troubleshooting Android SDK Installation Issue: JDK Not Recognized
When installing the Android SDK on a Windows 7 x64 system, you may encounter an issue where the setup fails to detect an existing Java Development Kit (JDK) installation, even though it's present on your system. This can prevent the installation from proceeding.
Potential Solution:
To resolve this problem, try the following:
Surprisingly, after this step, the setup should now recognize the JDK installation and continue without issue. This behavior appears to be a minor glitch in the setup process, where it initially fails to detect the JDK but corrects itself upon returning to the previous page and retrying.
The above is the detailed content of Why Does My Android SDK Installation Fail to Recognize My JDK on Windows 7?. For more information, please follow other related articles on the PHP Chinese website!