Android 无法在eclipse中创建活动

Android 无法在eclipse中创建活动,android,eclipse,Android,Eclipse,我刚刚下载了EclipseJuno,当我创建一个活动时,它没有显示在我的项目中。我已尝试按照其他人的建议进行安装,但出现以下错误: Your original request has been modified. "Android Traceview" is already installed, so an update will be performed instead. "Android Development Tools" is already installed, so an

我刚刚下载了EclipseJuno,当我创建一个活动时,它没有显示在我的项目中。我已尝试按照其他人的建议进行安装,但出现以下错误:

Your original request has been modified.

  "Android Traceview" is already installed, so an update will be performed instead.
  "Android Development Tools" is already installed, so an update will be performed instead.
  "Android DDMS" is already installed, so an update will be performed instead.
  "Android Hierarchy Viewer" is already installed, so an update will be performed instead.
  "Android Native Development Tools" is already installed, so an update will be performed instead.
  "Tracer for OpenGL ES" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
  Software being installed: Android Development Tools 23.0.2.1259578 (com.android.ide.eclipse.adt.feature.feature.group 23.0.2.1259578)
  Software currently installed: eclipse 23.0.0.1245622 (adtproduct 23.0.0.1245622)
  Only one of the following can be installed at once: 
    Android Development Toolkit 23.0.2.1259578 (com.android.ide.eclipse.adt 23.0.2.1259578)
    Android Development Toolkit 23.0.0.1245622 (com.android.ide.eclipse.adt 23.0.0.1245622)
  Cannot satisfy dependency:
    From: eclipse 23.0.0.1245622 (adtproduct 23.0.0.1245622)
    To: com.android.ide.eclipse.adt.feature.feature.group [23.0.0.1245622]
  Cannot satisfy dependency:
    From: Android Development Tools 23.0.0.1245622 (com.android.ide.eclipse.adt.feature.feature.group 23.0.0.1245622)
    To: com.android.ide.eclipse.adt [23.0.0.1245622]
  Cannot satisfy dependency:
    From: Android Development Tools 23.0.2.1259578 (com.android.ide.eclipse.adt.feature.feature.group 23.0.2.1259578)
    To: com.android.ide.eclipse.adt [23.0.2.1259578]

这是谷歌提供的最新捆绑包中的一个bug。看

  • 无法更新您可能已下载的现有ADT包
  • 您可以执行以下两个选项之一:

  • 从eclipse.org安装eclipse,并通过指向更新站点安装ADT:

  • 从此处下载捆绑包:

linux 64位虚拟机:

linux 32位虚拟机:

mac:

win32:

win64:


从ADT bundle 23.0.2开始,您应该能够更新到ADT的未来版本。

我也面临同样的问题,能够以这种方式解决-

  • Eclipse-->帮助-->关于Eclipse-->安装详细信息
  • 选择-Android DDMS、ADT、Android层次结构查看器、Android本机开发工具、Android TraceView和Tracer for OpenGL ES软件包。所有版本必须为22.xx
  • 卸载上面选择的所有插件
  • 重新启动Eclipse
  • 从更新站点安装ADT-

  • 在这里看到我的答案:这个ATM机没有办法。现在,Eclipse不会启动了!谢谢