If you don't manage to fix the dependencies, as an alternative, you can simply get a download of "Eclipse Java" from eclipse.org. You don't need to mess with whatever is installed on your fedora, simply unzip it in any directory under your home dir and execute it from there.
E.g. $ cd ~ $ mkdir myeclipse $ cd myeclipse $ <get linux 32 or 64 bit from http://eclipse.org/downloads/packages/eclipse-ide-java-developers/galileosr1 > $ unzip *.zip $ ./eclipse Something like that. R/ On Fri, Oct 2, 2009 at 10:59 AM, Lo Zeno <[email protected]> wrote: > > Hello, > I have a problem installing the ADT plugin in Fedora's version of > Eclipse. I'm not sure it is a problem with the plugin, it's probably > more Fedora's team fault (they heavily personalized and modified > eclipse in Fedora's repository). > > I installed the version of Eclipse that is included in Fedora's > official repos, which is based on version 3.4.2 build 20090211-1700. > I've followed the step-by-step instruction provided in Android's > website. > The problem arises when I go into the Help -> Software updates window. > When I select the two plugins to install, it lets me install the DDMS, > but not the Developer Tools. If i try (select Developer Tools then > click Install) it gives me the following error message (after > calculating space and dependencies): > > Cannot complete the request. See the details. > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.xml.core/0.0.0 > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.xml.ui/0.0.0 > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.sse.core/0.0.0 > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.sse.ui/0.0.0 > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.sse.ui/0.0.0 > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.xml.ui/0.0.0 > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.xml.core/0.0.0 > Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group > 0.9.3.v200909031112-12945] requiredCapability: > org.eclipse.equinox.p2.iu/org.eclipse.wst.sse.core/0.0.0 > > At first, I thought I had not installed some packages > (org.eclipse.equinox.p2.iu and/or org.eclipse.wst.sse.core), so I > opened YumEX and searched for those pacckages... but they are not > available in Fedora's repositories. > > I asked for help in fedora community's forums, and they already told > me that I can't mix fedora's repos with Eclipse's official repos, or > it will mess up the installation. The only option, according to them, > is to uninstall Fedora Eclipse and install the standard Eclipse > version, but by doing so I will have to be VERY careful at every > software update to not to mix updates and not update from the wrong > repository (and since Fedora Eclipse's updates come from the main > Fedora repo, I can't deactivate that repository or I will not be able > to update my OS again). > > I'm not a Linux expert, I've been using Fedora for barely 3 years. I > can solve small problems, but this one beats me... I hope there's a > solution, because installing the standard Eclipse and risking a > repository mess is not what I dream for. > > Thanks for any help. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

