Android Studio error after ./studio.sh

前端 未结 12 1150
名媛妹妹
名媛妹妹 2021-01-30 10:49

After ./studio.sh in a terminal I get this error \"tools.jar is not in android studio classpath Please ensure JAVA_HOME points to JDK rather than JRE\"

12条回答
  •  有刺的猬
    2021-01-30 11:04

    You have to have the latest JDK. I solved it by
       sudo apt-get install openjdk-8-jdk
    (Note the '8' in there)

提交回复
热议问题