Problem:
During the installation of the Android SDK on a Windows 7 x64 system, the setup encounters an error claiming it cannot find the installed JDK (Java Development Kit) despite its presence as a standalone executable (jdk-6u23-windows-x64.exe).
Known Issue and Solution:
This issue is indeed recognized and has a designated solution. To resolve this problem, follow these steps:
Once these steps are completed, the Android SDK setup should now be able to detect and utilize the existing JDK installation, allowing the installation process to continue smoothly.
The above is the detailed content of Why Can't Android SDK Detect My Installed JDK on Windows 7?. For more information, please follow other related articles on the PHP Chinese website!