Android Studio installation on Windows 7 fails, no JDK found

后端 未结 29 2116
鱼传尺愫
鱼传尺愫 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:20

    If you have a 64 bit windows OS, pointing the JAVA_HOME system variable to

    C:\Program Files (x86)\Java\jdk1.7.0_21
    

    Will work when

    C:\Program Files\Java\jdk1.7.0_21
    

    fails to work.

提交回复
热议问题