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".
I Google it and this is what everybody says: "you need to set your environment variable to JDK path instead of JRE"
I try this two commands
export PATH=${JDK_HOME}:/etc/java-7-openjdk
export PATH=${JAVA_HOME}:/etc/java-7-openjdk
And execute again ./studio.sh
and I get the same error
My OS is Linux Mint 14