1

我想开始为 android 编程。 我有什么: -Windows 7 -Eclipse Classic 4.2 -下载了所有需要的文件 - http://developer.android.com/sdk/installing/adding-packages.html -ADT 插件

我想安装新的 ADT 插件.. 起初我尝试从http://dl-ssl.google.com/android/eclipse下载它,我添加了它,但如果我选择它,只有“待定..”和什么都没有加载..(也许互联网连接?我在等待它写道后在首选项中选择了本机连接:无法连接到存储库http://dl-ssl.google.com/android/eclipse/content.xml org.eclipse。 equinox.p2.core.ProvidesException )

这就是我下载 ADT 插件的原因。因此,如果我选择下载的 ADT 插件 - 它加载的内容 - 开发人员工具和 ndk 插件,那么我选择全部并单击下一步。它加载并写入:

“无法完成安装,因为找不到一个或多个必需项。正在安装的软件:Android 开发工具 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019- 427395) 缺少要求:Android 开发工具 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395) 需要 'org.eclipse.wst.sse.core 0.0。 0' 但找不到”

需要'org.eclipse.wst.sse.core 0.0.0 这个问题在这里显示:http: //developer.android.com/resources/faq/troubleshooting.html#installeclipsecomponents 但只有3.3和3.4版本的解决方案(无论如何我有 4.2) 但我试过了 - 我寻找更新但没有找到

我真的不知道哪里有问题..感谢您的任何回答。(对不起我的英语不好)

我会将 1 欧元发送给可以解决我的问题的人;)(我认为所有问题都与互联网连接有关,但我无法设置它..)

4

3 回答 3

3

检查此 ADT 需要 'org.eclipse.wst.sse.core 0.0.0' 但找不到

于 2012-09-16T12:45:54.883 回答
0

As described in solution here u need to add repository address for updating Eclipse as well because ADT plugin requires some of Eclipse components which might not exist in version u downloaded :)

Links for updating Juno Eclipse is http://download.eclipse.org/releases/juno

Be sure that "Contact all update sites during install.." option is checked..

于 2012-09-23T15:35:42.670 回答
0

Try the following: 1) Run eclipse as administrator 2) Make sure you have the following urls included as "Available Software Sites" (a) for Eclipse juno, "http://download.eclipse.org/releases/juno/" (b) "http://download.eclipse.org/eclipse/updates/4.2" (c) "https://dl-ssl.google.com/android/eclipse/"

Hope this helps.

于 2012-10-31T04:16:35.530 回答