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

前端 未结 18 1321
南旧
南旧 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 10:52

    It is absolutely possible that all other answers work for people but for me this path worked:

    Leave your JDK path under JAVA_HOME System Variable as it is given here. Do not append bin or another path. It worked for me.

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

    Otherwise I am getting this error:

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

提交回复
热议问题