English 中文(简体)
缩略语
原标题:Eclipse IDE,ADT for android SDk error

我从Windows 7到ubunti linux 11.10版本。 我成功地安装了Eclipse,当我去补充ADT的原始图象时,一个混淆错误正在消失。

错误说......

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires org.eclipse.wst.sse.core 0.0.0 but it could not be found

这样做的可能原因是什么? 并且需要尽快安装的建议,为我的项目晚安装时间......

预支

最佳回答

之所以出现这种情况,是因为Windows的Anden SDK不同于对六氯环己烷的Anden SDK。 如果你是双管齐下(像我一样),你就必须有两间,但安装在不同地点。 在你安装了北冰洋三湖后,你必须重新点到新的SDK。 一旦完成这项工作,你就能够人工清理所有项目(所有项目都可能需要清理),并开始项目工作。

here。 http://developer.android.com/sdk/eclipse-adt.html#installing” rel=“nofollow”

希望这一帮助,

Fuzzical Carloic

问题回答

我有同样的错误——你需要增加。 更新现有软件网站。 See here

今天我走到这里。 我的简单固定点是使用“https”版本,而不是“https”版本的URL,用于“Install Newetz. ”。

为了澄清,我使用了:

NOT

https://dl-sl.google.com/android/eclipse/

安装后顺利进行。





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签