问题描述
我有麻烦了Android开发工具安装。我克服了一个差错,涉及全球环境基金。我现在有一个新的错误。
I am having trouble getting the Android Development Tools to install. I overcame one error involving the GEF. I now have a new error.
缺少要求:Android开发工具0.9.6.v201002051504-24846(com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846)要求org.eclipse.wst.xml.ui 0.0 0.0,但未能找到。
Missing requirement: Android Development Tools 0.9.6.v201002051504-24846 (com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846) requires 'org.eclipse.wst.xml.ui 0.0.0' but it could not be found
我正在运行的Kubuntu 9.10和Eclipse 3.5。我设法获取Android DDMS安装。但我一直运行到与开发工具块。我已经安装了Android SDK。
I am running Kubuntu 9.10 and Eclipse 3.5. I have managed to get the Android DDMS to install. But I keep running into blocks with the Development Tools. I have the Android SDK installed.
什么我需要做的,为了得到缺少的组成部分?
What do I need to do in order get the missing component?
推荐答案
遇到同样的问题,有点搜索后,我发现这一点:
Ran into the same problem, and after a bit of searching, I found this:
HTTP://$c$c.google.com/日食/文档/的faq.html#wstinstallerror
它看起来像Fedora的附带默认情况下禁用Eclipse官方资料库。 (是真的,我在Fedora 12 64位),你需要去帮助 - >安装新软件,点击可用软件的网站链接,在列表中找到的官方资料库,并启用它。
It looks like fedora ships with the official eclipse repository disabled by default. (was true for me on fedora 12 64bit) You need to go to Help->Install New Software, click on the "Available Software Sites" link, find the official repository in the list, and enable it.
这篇关于无法安装ADT。 org.eclipse.wst.xml.ui缺失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!