"没有找到存储库" - 通过Eclipse更新Android ADT

End*_*r87 2 eclipse android adt

我安装了Android SDK/ADT捆绑包,Eclipse正在运行.首先奇怪的是,当我点击"检查更新"时,它说没有可用的.虽然当我点击"安装新软件"并选择内置的android dl站点时,可以获得ADT的更新,这比安装的稍微新一些.无论如何,这不是我的问题..所以,我勾选可用的更新,并尝试安装它.几分钟的进度后,我收到以下错误消息:

  [Problem Occurred] 'Installing Software' has encountered a problem. An error occurred while collecting items to be installed -----(I click 'Details' and this is what is shown): session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). 
    No repository found containing:osgi.bundle,com.android.ide.eclipse.adt,22.6.3.v201404151837-1123206
    No repository found containing: osgi.bundle,com.android.ide.eclipse.adt.package,22.6.3.v201404151837-1123206
    No repository found containing:osgi.bundle,com.android.ide.eclipse.base,22.6.3.v201404151837-1123206
   No repository found containing:osgi.bundle,com.android.ide.eclipse.ddms,22.6.3.v201404151837-1123206
    No repository found containing:osgi.bundle,com.android.ide.eclipse.gldebugger,22.6.3.v201404151837-1123206
    No repository found containing:osgi.bundle,com.android.ide.eclipse.hierarchyviewer,22.6.3.v201404151837-1123206
   No repository found containing:osgi.bundle,com.android.ide.eclipse.ndk,22.6.3.v201404151837-1123206
    No repository found containing:osgi.bundle,com.android.ide.eclipse.traceview,22.6.3.v201404151837-1123206
    No repository found containing: osgi.bundle,overlay.com.android.ide.eclipse.adt.overlay,22.6.3.v201404151837-1123206
   No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.adt,22.6.3.v201404151837-1123206
    No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,22.6.3.v201404151837-1123206
    No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.gldebugger,22.6.3.v201404151837-1123206
    No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.hierarchyviewer,22.6.3.v201404151837-1123206
    No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ndk,22.6.3.v201404151837-1123206
   No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.traceview,22.6.3.v201404151837-1123206
Run Code Online (Sandbox Code Playgroud)

有人可以帮我找出问题,以及如何解决?我非常感谢对此的一些帮助.提前致谢!

Ram*_*lla 9

有时,直接从Developer.android.com更新通常会产生这些问题.如安卓网站 "ADT安装故障排除"中所述,请下载"ADT-22.6.3.zip"邮箱,不要解压缩.

然后,按照以下步骤操作:

  • 启动Eclipse,然后选择"帮助">"安装新软件".
  • 单击右上角的"添加".在"添加存储库"对话框中,单击"存档".
  • 选择下载的ADT-22.6.3.zip文件,然后单击"确定".
  • 输入"ADT Plugin"作为名称,然后单击"确定".
  • 在Available Software对话框中,选中Developer Tools旁边的复选框,然后单击Next.
  • 在下一个窗口中,您将看到要下载的工具列表.点击下一步.
  • 阅读并接受许可协议,然后单击"完成".
  • 如果您收到安全警告,指出无法建立软件的真实性或有效性,请单击"确定".
  • 安装完成后,重新启动Eclipse.

要在使用zip文件安装后更新插件,您必须再次执行这些步骤,而不是默认的更新说明.