Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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). 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). The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found.was not found.

would be grateful if anyone can help me out :)

Thanks.

P.S. I'm running Ubuntu Lucid Lynx with kernel 2.6.32-24-generic on x86_64. I have the ia32libs installed as well.

like image 256
yasith Avatar asked Feb 27 '23 06:02

yasith


1 Answers

Did you install Eclipse from the Ubuntu Software Center ? 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

like image 59
Zulaxia Avatar answered Mar 07 '23 01:03

Zulaxia