How do you forcibly uninstall Eclipse 3.5 plugins without using Eclipse? I made the mistake of installing Google's Android SDK, and now when I try to check for updates via the "Check For Updates" or "Install New Software", some Android process runs, consumes all my CPU, takes up 3 gigs of memory, and crashes Eclipse. I can't even get to the uninstall dialog before Google's plugin kills everything.
|
One thing that you can try, is to go to your Eclipse directory, then "plugins" directory. There, remove the files and folders which are related to your SDK. To find the concerned files, you should download the plugin file at this link. By checking the content of this archive, you will know exactly what files got installed, and what you should delete. It's a bit extreme, and you can possibly prevent other things from working if you remove too much, so I recommend you to back this folder prior to doing so. There might be some configurations remaining, and some unstable state of the plugin, instead of its complete removal, but it could be enough for you to be able to open Eclipse, and remove it properly. Note that some plugins have configuration files installed in the workspace you use, in the .metadata/.plugins folder. |
|||||
|
|
In eclipse, go to Window --> Preferences --> Install/Update --> Click on Uninstall or update link, then choose the plugin you want to remove. |
|||
|
|
protected by slhck♦ Jul 24 '12 at 15:23
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.