Error to run Android Studio

后端 未结 17 2137
执笔经年
执笔经年 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:15

    I had the same problem on a new installed Linux Mint 16. To fix this you just need to type command

    sudo apt-get install openjdk-7-jdk
    

    And that's it. You even do not need to add repositiries or creating JAVA_HOME in your environment.

提交回复
热议问题