简体   繁体   English

JAVA_HOME路径适用于Java,但不适用于Android Studio

[英]JAVA_HOME Path works for Java but not for Android Studio

THIS QUESTION DOESNT HAVE AN ANSWER, THERE IS NO DAMN BACK BUTTON IN MY CASE!!! 这个问题没有答案,我的情况下没有该死的后背按钮!!!

Solution: ITS STILL NOT WORKING IN JDK8, you have to use ordinary Android SDK or Android Studio with JDK7! 解决方案:在JDK8中仍然无法正常工作,您必须在JDK7中使用普通的Android SDK或Android Studio! Thanks to Elliot Frisch's comment. 感谢Elliot Frisch的评论。

i hope thats the right metasite for that kind of stuff. 我希望这是适合此类工作的合适的中继站点。 i have properly installed java JRE and Java JDK. 我已经正确安装了Java JRE和Java JDK。 I can compila and execute java from commandline but if i try to install androi studio i get an error that JAVA_HOME doesnt point to a valid JVM installation. 我可以从命令行编译并执行Java,但是如果我尝试安装androi studio,则会收到一个错误,指出JAVA_HOME并未指向有效的JVM安装。

are there additional things i have to install before using android studio or is the JAVA_HOME path different for android studio? 使用android studio之前我还必须安装其他东西吗,还是android studio的JAVA_HOME路径不同?

i put 我放

C:/.../jre.x.x
C:/.../jre.x.x/bin
C:/.../jdk.x.x
C:/.../jdkx.x/bin

to my JAVA_HOME Path. 到我的JAVA_HOME路径。

First, set your JAVA_HOME to only one folder (and it's the parent of bin ) 首先,将JAVA_HOME为仅一个文件夹(它是bin的父文件夹)

set "JAVA_HOME=C:/.../jdk.x.x"

Add it to your path like 将其添加到您的路径中

set "PATH=%PATH%;%JAVA_HOME%\bin"

I recommend to see these pages for more information, and always search before asking, I'm sure you can find the answer more quickly. 我建议查看这些页面以获取更多信息,并且始终在询问之前进行搜索,我相信您可以更快地找到答案。

Android SDK installation doesn't find JDK Android SDK安装找不到JDK

Setting JAVA_HOME at Android SDK 在Android SDK上设置JAVA_HOME

in windows just setting JAVA_HOME environment variable to only "C:\\Program Files\\Java\\jdkx.x.x_xx" is enough. 在Windows中,只需将JAVA_HOME环境变量设置为仅“ C:\\ Program Files \\ Java \\ jdkx.x.x_xx”就足够了。

xxx -> relate to your JDK version. xxx->与您的JDK版本有关。

C:\\Program Files\\Java\\ -> depend to your java installation directory C:\\ Program Files \\ Java \\->取决于您的Java安装目录

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM