Android Studio installation on Windows 7 fails, no JDK found

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

    If setting the JAVA_HOME variable doesn't work for you, set:

    STUDIO_JDK=C:\Progra~1\Java\jdk1.8.0_172
    

    Where the path points to your JDK installation This is the only thing which works for me in Windows 32bit with Android 10 and up.

提交回复
热议问题