Android Studio installation on Windows 7 fails, no JDK found

后端 未结 29 2115
鱼传尺愫
鱼传尺愫 2020-11-22 04:48

I downloaded Android Studio and attempted to launch the program.

This is running on Windows 7 64-bit with Java 1.7. During the installation my Java 1.7 is detected,

29条回答
  •  一整个雨季
    2020-11-22 05:09

    Today I found another situation when this problem occures - when you have several JDK, defined in JAVA_PATH. I have:

    JAVA_HOME = C:\JAVA\JDK\jdk1.6.0_38;C:\JAVA\JDK\jdk1.7.0_10
    

    So I received this problem with Android Studio setup

    But when I've removed one of JDK - problem has been solved:

    JAVA_HOME = C:\JAVA\JDK\jdk1.7.0_10
    

    Installation wisard found my jdk and i had a nice night to study studio.

    But unfortunatelly even installed studio doesn't work with several jdk. Does anybody know how to fix it?

    I hope I've helped someone

提交回复
热议问题