Error to run Android Studio

后端 未结 17 2093
执笔经年
执笔经年 2020-12-22 17:43

I have installed Android Studio and I followed all steps described here

But when I start studio.sh I got an error with this message:

17条回答
  •  一生所求
    2020-12-22 18:10

    The error is self explanatory, you need to set your environment variable to JDK path instead of JRE here is it

    JDK_HOME: C:\Program Files\Java\jdk1.7.0_07
    

    check the path for linux

    and here is possible duplicate Android Studio not working

提交回复
热议问题