我正在尝试为Android Development安装Eclipse插件。
步骤:
“帮助” - > “安装新软件”已添加“http://dl.google.com/eclipse/plugin/3.7” 然后选中“Google Plugin for Eclipse”进行安装。 安装速度提高了40%,每次都会出现此错误。
收集要安装的项目时发生错误 会话上下文是:(profile = PlatformProfile,phase = org.eclipse.equinox.internal.p2.engine.phases.Collect,operand =,action =)。 无法在http://dl.google.com/eclipse/plugin/core/3.7/plugins/com.google.appengine.eclipse.core_3.0.1.v201206290132-rel-r37.jar读取存储库。 连接重置
需要帮助安装Eclipse for Android Developement的ADT插件。
答案 0 :(得分:1)
如果您使用的是Windows,请在以管理员身份执行Eclipse后尝试安装ADT
答案 1 :(得分:0)
解决了这个问题。 对于任何遇到此类错误的人。
解决的步骤:
1:从developer.android.com网站下载Eclipse ADT Plugin zip文件
2:解压缩zip文件。
3:将plugins文件夹的内容复制到/ usr / lib / eclipse / plugins(在Linux上和/ Mac上的/ Applications / eclipse / plugins上)
内容是:
com.android.ide.eclipse.adt_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.base_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.ddms_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.gldebugger_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.hierarchyviewer_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.ndk_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.traceview_20.0.0.v201206242043-391819.jar
overlay.com.android.ide.eclipse.adt.overlay_20.0.0.v201206242043-391819.jar
4:现在重新启动eclipse,转到“安装新软件”添加链接“http://dl-ssl.google.com/eclipse/plugins”然后按照android开发者网站上的说明安装它。