简体   繁体   中英

Android SDK Manager not open in eclipse

I have window7 (64bit) and java7 (64 bit) installed .

I downloaded android sdk bundle .

After extracting the zip, i opened eclipse and tried to open SDK Manager from

"Windows->Android SDK Manager".

But SDK Manager does not open and shows the following error in the console.

[2014-05-14 10:25:47 - SDK Manager] [SDK Manager] '"E:\ADT-BU~1\sdk\tools\lib\\find_java.exe" -s' is not recognized as an internal or external command,
[2014-05-14 10:25:47 - SDK Manager] [SDK Manager] operable program or batch file.

I have added System variables

1)When I execute find_java.bat for android sdk it returns

JDK的路径

android.bat的执行

2)When i run android.bat from CMD android.bat的执行

3)When i run the command "Where java" it returns the path 运行命令“ Where java”,它返回路径

Can you try and execute the command "where java" after navigating to the sdk folder in command prompt?

Try resetting the JAVA_HOME variable

https://stackoverflow.com/questions/4588548/help-jdk-not-detected-problem-during-android-sdk-tools-setup/6051580#6051580

or check this out

Android SDK installation doesn't find JDK

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM