在eclipse中安装插件将无法正常工作

时间:2011-08-28 13:24:53

标签: android eclipse eclipse-plugin

当我尝试在eclipse 3.7(indigo)中安装android adt时,我得到了奇怪的错误。每当我尝试安装时都会发生错误 - 这基本上就是一切:

Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1308118821836 (SharedProfile_epp.package.java 1.0.0.1308118821836)
Missing requirement: Shared profile 1.0.0.1308118821836 (SharedProfile_epp.package.java 1.0.0.1308118821836) requires 'org.maven.ide.eclipse [1.0.0.20110607-2117]' but it could not be found

所以我再次下载了eclipse,删除了整个工作区,甚至重新安装了java sdk ...同样的错误:( 我也尝试从“日食市场”安装maven,但我得到了同样的错误:(

这可能是由于一些注册表清理的东西?我使用“regseeker”清理了注册表......

啊:顺便说一句:用sp1赢得7 x64,运行eclipse x68和java x86(由于x64版本的其他问题)

有人知道答案吗?

3 个答案:

答案 0 :(得分:1)

看起来像{3.7}

中已修复的bug in Eclipse 3.7

查看workaround documented in the bug comments

  

目前的解决方法是从不包含m2e的软件包开始   (如Eclipse SDK),将安装标记为只读,然后安装到其中   你需要的东西。

答案 1 :(得分:0)

看起来Maven集成有些奇怪的东西只存在于Java包中。尝试从另一个开始,例如Java EE包,如果可行,请将此报告为错误。

答案 2 :(得分:0)

您需要以管理员身份运行Eclipse,或者为所有用户提供“eclipse”文件夹写权限。 看看这个问题:Plugins won't install on Eclipse