Android Studio installation on Windows 7 fails, no JDK found

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

    I had the same issue. I got resolved setting up correctly the environment variables in windows, for instance:

    JAVA_HOME -> C:\Program Files\Java\jdk1.6.0_45
    path -> C:\Program Files\Java\jdk1.6.0_45\bin
    

提交回复
热议问题