android - Error launching SDK manager: "find_java.exe is not compatible with the version of Windows you're running" -
I'm trying to start Android SDK Manager in Android Studio, but it shows me the following error
SDK manager can not be launched Output: C: \ PROGRA ~ 1 \ Android \ ANDROI ~ 1 This version of \ sdk \ tools \ Lib \ find_java.exe is not compatible with the version of Windows that you are running to see if you have the x86 (32-bit) or x64 (64-bit) version of the program Needed Needs, and then contact the software publisher, check the system information of your computer. Error: No suitable Java has been found. To use Android Developer Tools properly, you need a suitable version of the Java Java console on your system. For my error message, I have already setup my JAVA_HOME variable in 32-bit Java SDK1.7, 32-bit OS, Java installation path in my system. However, it shows the same error in other systems, I have a 64-bit configuration, it works well, any help would be appreciated. Just one issue fixed SDK manager is now opening in my end without any issue. Solution 1 (Work OK): Download the find_java.exe file from the last (working) SDK. Link: Paste & amp; Replace the downloaded file on% ProgramFiles% \\ tools \ lib \ Solution 2: Download the previous SDK and replace it with the current version: Solution 3: In /tools/android.bat set java_exe =% ProgramFiles% \\ bin \ java.exe comment to exclude RE call lib \ find_java.bat
Comments
Post a Comment