简体   繁体   English

在Eclipse中安装ADT插件时出错

[英]Error when installing the ADT plugins in Eclipse

I'm using Eclipse 3.5.2 and when I followed the steps on this tutorial( http://developer.android.com/guide/developing/tools/adt.html ). 我正在使用Eclipse 3.5.2,当我按照本教程中的步骤( http://developer.android.com/guide/developing/tools/adt.html )时。 I got an error message during the last steps. 我在最后的步骤中收到了一条错误消息。

An error occurred while installing the items session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.cvs 1.0.400.v201002111343, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction). 安装项会话上下文时发生错误:(profile = PlatformProfile,phase = org.eclipse.equinox.internal.provisional.p2.engine.phases.Install,operand = null - > [R] org.eclipse.cvs 1.0.400.v201002111343,action = org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction)。 The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found.was not found. 找不到osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343的工件文件。找不到。

would be grateful if anyone can help me out :) 如果有人能帮助我:)将不胜感激:)

Thanks. 谢谢。

PS I'm running Ubuntu Lucid Lynx with kernel 2.6.32-24-generic on x86_64. PS我在x86_64上使用内核2.6.32-24-generic运行Ubuntu Lucid Lynx。 I have the ia32libs installed as well. 我也安装了ia32libs。

Did you install Eclipse from the Ubuntu Software Center ? 您是否从Ubuntu软件中心安装了Eclipse? Apparently there are several packages missing from that install. 显然,该安装中缺少几个软件包。

You should be able to fix it with an sudo apt-get install eclipse-plugin-cvs eclipse-jdt eclipse-pde 您应该能够使用sudo apt-get install eclipse-plugin-cvs eclipse-jdt eclipse-pde修复它sudo apt-get install eclipse-plugin-cvs eclipse-jdt eclipse-pde

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM