在Eclipse中安装ADT插件进行Android开发
当我尝试将 ADT 安装到 eclipse (indigo) 时,出现以下错误:
Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364)
Missing requirement: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found
这是什么意思?我该如何解决这个问题?
我有 64 位版本的 eclipse 和 jdk,我尝试通过 Eclipse Marketplace 安装 ADT,出现了同样的错误...我尝试安装 eclipse classic...出现了一个错误,说它不能'找不到共享库...
when I tried to install the ADT to eclipse (indigo) the following error came up:
Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364)
Missing requirement: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found
What does this mean? How can I fix this?
I have the 64 bit versions of eclipse and jdk, and I tried to install the ADT through the Eclipse Marketplace, same error came up... and I tried to install the eclipse classic... an error came up that said it couldn't find the shared libraries...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
看来你必须 以管理员身份运行 Eclipse。
It seems that you have to run Eclipse as administrator.
这是一个 Eclipse 错误,请参阅:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350645
您不需要管理员身份来安装其他插件...
It's an Eclipse bug, see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350645
You shouldn't need to be administrator to install additional plugins...
我遇到了这个问题,它让我发疯!尝试这里列出的所有内容,但什么都不尝试,还尝试了其他网站上的其他一些想法。最后发现,由于我使用的是 $%# &^$% VISTA,因此我必须将 Eclipse 文件夹从 c:\program files 移至用户。这解决了它。感谢所有有想法的人,因为如果没有其他帮助,我就无法弄清楚。
I had this problem and it was driving me nuts!!! Tries everything listed on here but nothing and couple of other ideas from other sites. Finally figured out since I was on $%# &^$% VISTA that I had to move my Eclipse folder out of c:\program files to users. That fixed it. Thanks to all who had ideas as I could not have figured it out without the other help.