Windows 7 中的 JDK 7 与 Android SDK R13
我想使用JDK 7 64位进行android开发。但是在android开发的系统要求中说它需要“JDK 5或JDK 6”。如果我想将最新的 JDK 64 位与最新的 android SDK 和新的 eclipse IDE 64 位一起使用,有什么问题吗?
笔记:
I want to use JDK 7 64bit for android development. But in system requirement of android development it is said that it need's "JDK 5 or JDK 6". Is there any problem if i want to use latest JDK 64bit with latest android SDK and new eclipse IDE 64bit?
Note:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
JDK 7 64 位可以在 Windows7 64 位上正常工作,但是您可能需要下载 32 位和 64 位版本的 SDK。我不知道为什么他们没有解决这个问题,但修复工作有效,并且 JDK 7 在 Android 上运行良好。
JDK 7 64-bit works without issue on Windows7 64-bit, however you will probably need to download both the 32-bit and 64-bit versions of the SDK. I'm not sure why they haven't solved this issue but the fix works, and JDK 7 works fine with Android.
我安装的一些系统可以使用 64 位 JDK,而有些系统则无法检测到它,需要我也安装 32 位的系统。不管怎样,它在 Eclipse x64 上运行得很好。
Some systems I installed it on worked with the 64-bit JDK, and some didn't detect it, requiring me to install the 32-bit one as well. Either way, it worked with Eclipse x64 just fine.
Android SDK 中的 JDK 检测问题是一个已知(且烦人)的问题。
要解决此问题,在收到未检测到 SDK 的消息后,只需单击“后退”按钮,然后再次单击“下一步”按钮,它应该可以正确检测到 JDK
The JDK detection problem in the Android SDK is a known (and annoying) issue.
To solve this, after getting the message that the SDK wasn't detected, just hit the "Back" button and then the "Next" button again and it should detect the JDK properly