PDA

View Full Version : [SOLVED] Eclipse and Android Development Tools after upgrade to 11.10



zigac
October 26th, 2011, 04:40 PM
I have a problem with Eclipse IDE after i have upgraded to 11.10. I am using Kubuntu. There is no Android DT in the Eclipse after the upgrade, before everything was working perfectly. Even if i want to install the Android DT again from https://dl-ssl.google.com/android/eclipse/ , i get this error:


Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 14.0.0.v201110171935-205994 (com.android.ide.eclipse.adt.feature.group 14.0.0.v201110171935-205994)
Missing requirement: Android Development Tools 14.0.0.v201110171935-205994 (com.android.ide.eclipse.adt.feature.group 14.0.0.v201110171935-205994) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

Can anyone help? Do i have to re-install Eclipse IDE? Thank you for your help.

kimdung161
October 27th, 2011, 03:00 AM
Yes, I 've got this error, and I re-installed Eclipse but it don't fixed,
Please help me!!! Thanks so much.

amulus
October 27th, 2011, 04:41 PM
Hi,

Same/similar problem for me as well:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 14.0.0.v201110171935-205994 (com.android.ide.eclipse.adt.feature.group 14.0.0.v201110171935-205994)
Missing requirement: Android Development Tools 14.0.0.v201110171935-205994 (com.android.ide.eclipse.adt.feature.group 14.0.0.v201110171935-205994) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

amulus
October 27th, 2011, 05:01 PM
Hmm,

This seems to be some kind of auhorization problem. After running "sudo eclipse" the installation seems to proceed. I installed the Eclipse under 11.10 with Ubuntu Software Center and it install Eclipse in a location where normal users do not apparently have writing rights...

zigac
November 1st, 2011, 07:44 PM
Yes it is an authorization problem. Run Eclipse as admin with "sudo" command and then install the Android DT. It will work normal also in non admin mode.:D

Thanks for help!