JDK 7 with Android SDK R13 in windows 7

妖精的绣舞 提交于 2019-12-18 07:41:34

问题


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:


回答1:


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.




回答2:


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




回答3:


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.



来源:https://stackoverflow.com/questions/6873395/jdk-7-with-android-sdk-r13-in-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!