Edmund Rojas
Edmund Rojas

Reputation: 6606

eclipse indigo constantly freezing and giving problems

Ive been getting alot of weird problems with my eclipse Ide the last day or so and I would like to reinstall some or all components of it to try to correct the issue, I noticed last night that my background services in my android project stopped working when I would launch the project I was working on, yet It would then launch when I would open up another project so I began doing that instead as a work around, I then began getting issues where when I relaunched the emulator it would freeze at 27% every other time and I would have to restart the ide over and over again.

what I would like to do is reinstall the jdk, and if that doesnt work I would like to reinstall eclipse, however the dilemma Im having is Im not sure If I will lose all my work If I do this, what is the best thing to do?

Upvotes: 2

Views: 936

Answers (1)

Orkun
Orkun

Reputation: 7228

Eclipse can get really frustrating and hard to fix but it is also very easy to install. You donT actually uninstall or install anything, Eclipse can be run without changing the registry.

I ll suggest, before you lose any more hair or your sanity:

  • archive your existing indigo and workspace
  • get a new copy of Eclipse (indigo again, why not)
  • re install Android environment
  • import your projects, clean, fix ..etc.

Apparently this is a rather common problem, not your particular %27 problem but the general Eclipse fix vs reinstall dilemma. IMHO, a clean start saves from a lot of trouble.

Upvotes: 2

Related Questions