Android Studio installation on Windows 7 fails, no JDK found

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

    For me, the problem was that I had changed the GC vm arg to -XX:+UseParallelGC in the C:\Users\\.AndroidStudio2.1\studio64.exe.vmoptions file. That's what I use in Eclipse and I was trying various things to get AndroidStudio half way as efficent as Eclipse. I restored the GC to -XX:+UseConcMarkSweepGC.

提交回复
热议问题