Installing Android Studio, does not point to a valid JVM installation error

前端 未结 18 1282
南旧
南旧 2021-01-30 10:15

I just downloaded the Android Studio. While trying to run it, I had to modify the environment variable and add

JAVA_HOME

and

<
18条回答
  •  [愿得一人]
    2021-01-30 10:45

    Recently I am working with the 1.8.0_25 JDK version on Windows 8.1 and I had the same problem with this. But as PankaJ Jakhar said

    The real solution for me was pretty simple:

    1. Add the JAVA_HOME variable to the system ones, not on the user ones.
    2. The path I introduced for this variable was:

      C:\Program Files\Java\jdk1.8.0_25\
      

    And it works for me!

提交回复
热议问题