SDK安装的一些问题
我想使用 Eclipse 安装 Android SDK。首先,我下载了 SDK,即适用于 Windows 的 .exe,因为我运行的是 XP Pro。它启动并要求我安装 JDK。我停止了SDK并安装了JDK。然后我就可以安装加载所有平台的 Android SDK。然后,我安装了 Eclipse Helios for Java,并按照“Hello World”的说明添加了 ADT。继续按照说明进行操作,我启动了一个新的 Java 项目。不幸的是,在新项目页面上,没有列出构建目标,我无法继续。为了解决这个问题,我尝试卸载 JDK、JRE 和 Android SDK,然后重新安装。这次,安装 JRE 和 JDK 后,SDK 继续报告 JDK 不存在,并且不会继续安装。有什么建议吗?
I would like to install the Android SDK with Eclipse. To start, I downloaded the SDK, the .exe for Windows as I am running XP Pro. It started and asked me to install the JDK. I stopped the SDK and installed the JDK. I was then able to install the Android SDK loading all the platforms. I then installed Eclipse Helios for Java and, following the instructions for "Hello World", I added the ADT. Continuing to follow the instructions, I started a new Java project. Unfortunately, on the new project page, there were no build targets listed and I could not proceed. To solve this I tried uninstalling the JDK, the JRE and the Android SDK and reinstalling them. This time, after installing the JRE and the JDK, the SDK continues to report that the JDK is not present and will not proceed with it's install. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
安装后需要重新启动,然后打开 Eclipse 首选项并告知 SDK 在硬盘上的位置。
我想这应该对你有帮助。
After install you need to restart, then open the Eclipse preferences and tell where is the SDK location on your hard disk.
I think this should you help.
这个类似的帖子应该会帮助
Android SDK安装找不到JDK
另请参阅
Android SDK 安装失败
Android SDK安装问题
This similar post should help
Android SDK installation doesn't find JDK
Also See
Android SDK fails to install
Android SDK install problem