java - tools.jar missing when trying to install android studio on linux debian crunchbang -
When I try to run I get the following error. / studio.sh From the command line:
In the Android studio gallery, 'tools.jar' does not appear. Please indicate JAVA_HOME to JDK instead of JRE.
And here are the paths that seem right to me:
Export JAVA_HOME = / usr / lib / jvm / java-7-open jdkg
Export PATH = $ PATH: /usr/java/jdk1.6.0_27/bin
Help is greatly appreciated.
No, they are wrong.
You need a standard version Oracle JDK, not Open JDK
In addition, you need JDK6, 7 not Yes (7 is backward-compatible, and Android's The official Android documentation only says that it supports 5 or 6)
And yes, it seems that you have 1.6 and 1.7 installed (I Have seen that after your editing), but you feel that you Which should be used in the environment variable. / html>
Comments
Post a Comment