Reputation: 205
I updated the Eclipse plugins (Help - Check for update). Since the restart after installation, the plugins aren't working any longer. They're still enlisted in "installation details", but there are no Android preferences, no Android menu entries, no editor ("Could not open the editor: No editor descriptor for id com.android.ide.eclipse.editors.manifest.ManifestEditor"), and so on. I tried to un- and reinstall the plugins with no success. I'm using Eclipse Helileo with Ubuntu. Any idea how I could get my Android IDE working again?
Upvotes: 1
Views: 4017
Reputation: 503
I have had the same problem several times. Sadly, the only sure-fire solution I've found is to remove ~/.eclipse and reinstall the Android Eclipse plugin (http://developer.android.com/sdk/installing/installing-adt.html). There is talk that it's fixable just by modifying the bundles.info file (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587657) but I never managed to get it working that way.
Upvotes: 0
Reputation: 1172
the problem come from the compatibility of the plugin versions and the version of the jdk/sdk if you have the last plugin , you must have the last version of jdk/sdk try to download the last revision of sdk android , with the last jdk java and lanch again the eclipse .
good luck my freind
Upvotes: 0
Reputation: 4317
Did you also update the SDK tools? i.e clicking the little Android with the arrow icon and letting it check for updates then installing the updates.
Upvotes: 1