eclipse装ADT的时候,出现如下错误,请问有谁知道怎么解决的吗?

Cannot complete the install because of a conflicting dependency.
Software being installed: Android DDMS 23.0.7.2120684 (com.android.ide.eclipse.ddms.feature.feature.group 23.0.7.2120684)
Software currently installed: Visual Editor 1.4.0.v20090826-1446-777N-CcNBC0BwNk5HZZk (org.eclipse.ve.feature.group 1.4.0.v20090826-1446-777N-CcNBC0BwNk5HZZk)
Only one of the following can be installed at once:
International Components for Unicode for Java (ICU4J) 4.4.2.v20110823 (com.ibm.icu 4.4.2.v20110823)
International Components for Unicode for Java (ICU4J) 4.0.1.v20090822 (com.ibm.icu 4.0.1.v20090822)
International Components for Unicode for Java (ICU4J) 4.0.1.v20090415 (com.ibm.icu 4.0.1.v20090415)
Cannot satisfy dependency:
From: Android DDMS 23.0.7.2120684 (com.android.ide.eclipse.ddms.feature.feature.group 23.0.7.2120684)
To: org.eclipse.ui 3.7.0
Cannot satisfy dependency:
From: Eclipse e4 Workbench SWT 0.10.3.v20130124-133900 (org.eclipse.e4.ui.workbench.swt 0.10.3.v20130124-133900)
To: package com.ibm.icu.text 4.2.1
Cannot satisfy dependency:
From: Eclipse UI 3.104.0.v20121024-145224 (org.eclipse.ui 3.104.0.v20121024-145224)
To: bundle org.eclipse.ui.workbench [3.103.0,4.0.0)
Cannot satisfy dependency:
From: Eclipse Workbench 3.104.0.v20130204-164612 (org.eclipse.ui.workbench 3.104.0.v20130204-164612)
To: bundle org.eclipse.e4.ui.workbench.swt 0.9.1
Cannot satisfy dependency:
From: Visual Editor 1.4.0.v20090826-1446-777N-CcNBC0BwNk5HZZk (org.eclipse.ve.feature.group 1.4.0.v20090826-1446-777N-CcNBC0BwNk5HZZk)
To: org.eclipse.ve.swt [1.4.0.v20090826-1446]
Cannot satisfy dependency:
From: Visual Editor for Standard Widget Toolkit 1.4.0.v20090826-1446 (org.eclipse.ve.swt 1.4.0.v20090826-1446)
To: bundle com.ibm.icu [3.4.4.1,4.1.0)

大意是
Visual Editor 这个feature依赖的icu包,和ADT依赖的,不是一个版本,不同的版本不能并存。

尝试,1,能否升级Visual Editor ,或许update后依赖的icu包版本就一致了

或者,2,删除这个feature:Visual Editor。

或者,3,换一个更新的eclipse版本,如果有追问

这个Visual Editor 怎么删除

追答

在eclipse里面可以删除的
打开help ->installation details,然后选中,点下面的uninstall 按钮

追问

重装了终于弄好了 不过后面又出现了一个问题

打开eclipse就会有这个 后面在创建android项目时也会失败 

会出现这个

是怎么回事呢

追答

ADT不支持23以上版本的android开发,你可以打开android SDK manager,把24版本的那些system image包删除掉。
如果需要24版本的SDK,得转向androidstudio了。

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答