首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

bundle org.eclipse.wst.common.uriresolver解决思路

2012-05-12 
bundle org.eclipse.wst.common.uriresolver我在安装ADT时遇见下面问题:Cannot complete the install beca

bundle org.eclipse.wst.common.uriresolver
我在安装ADT时遇见下面问题:
Cannot complete the install because one or more required items could not be found.
  Software currently installed: Android Development Tools 10.0.0.v201102162101-104271 

(com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
  Missing requirement: Structured Text Model 1.1.203.v200802140626 (org.eclipse.wst.sse.core 

1.1.203.v200802140626) requires 'bundle org.eclipse.wst.common.uriresolver [1.1.0,1.2.0)' 

but it could not be found
  Cannot satisfy dependency:
  From: Android Development Tools 10.0.0.v201102162101-104271 

(com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
  To: org.eclipse.wst.sse.core 0.0.0
不知道怎么解决

[解决办法]
遇到的问题:用Eclipse -->Help-->Install New Software 里面安装ADT, 地址 http://dl-ssl.google.com/android/eclipse
DDMS可以安装,就ADT提示如下,
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 10.0.0.v201102162101-104271
(com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
Missing requirement: Android Development Tools 10.0.0.v201102162101-104271
(com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271) requires 'org.eclipse.wst.sse.ui 0.0.0' but it could not be found

在available software site中添加http://download.eclipse.org/releases/galileo
 

热点排行