在Eclipse中安装ADT插件以进行Android开发

时间:2011-11-06 14:57:19

标签: android eclipse adt

当我尝试将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经典...出现了一个错误,说它无法找到共享库......

4 个答案:

答案 0 :(得分:58)

似乎你必须run Eclipse as administrator

答案 1 :(得分:5)

这是一个Eclipse bug,请参阅: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350645

您无需成为管理员即可安装其他插件......

答案 2 :(得分:3)

  1. 删除ADT仓库(窗口 - >首选项 - >安装/更新 - >可用软件站点)
  2. 添加Indigo repo(“http://download.eclipse.org/releases/indigo”)
  3. 运行更新
  4. 再次添加ADT仓库并安装

答案 3 :(得分:2)

我有这个问题,这让我疯了!尝试在这里列出的所有内容,但没有任何其他网站的其他想法。最后想到,因为我在$%& ^ $%VISTA上,我不得不将我的Eclipse文件夹从c:\ program files移出给用户。修好了。感谢所有有想法的人,因为在没有其他帮助的情况下我无法理解这些想法。