问题描述
的Android SDK安装没有找到JDK 是不一样的版本因为这和解决方案回来,然后下一步是行不通的。
Android SDK installation doesn't find JDK is not the same release as this, and the solution "back" then "next" doesn't work.
我曾尝试安装各种版本的Java并没有什么的似乎是工作。我一直试图让这个安装的最后3天。解决方案我已经试过,不工作:
I have tried installing various versions of Java and nothing seems to be working. I've been trying to get this installed for the last 3 days. Solutions I have tried that do NOT work:
- 推背按钮,然后下一个按钮。
- 添加一个环境变量JAVA_HOME指向到System32路径和实际的Java安装目录。
- 在安装各种版本的Java。 (Java 6中和Java 7)
安装文件名为 installer_r20.0.3-窗口
,是当前exe文件可在http://developer.android.com/sdk/index.html
The install file is called installer_r20.0.3-windows
and is the current exe available at http://developer.android.com/sdk/index.html
推荐答案
好吧,看你的JAVA_HOME路径是 C:\ Program Files文件\的Java \ jdk1.6.0_34 \斌
我建议你将其更改为 C:\ Program Files文件\的Java \ jdk1.6.0_34 \
。有没有必要添加bin文件夹的路径在JAVA_HOME路径。
Ok, looking at to your JAVA_HOME path which is C:\Program Files\Java\jdk1.6.0_34\bin
I suggest you to change it as C:\Program Files\Java\jdk1.6.0_34\
. There is no need to add bin folder's path in the JAVA_HOME Path.
这篇关于Android的SDK R20 - Windows 7的 - 安装Java JDK未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!