Eclipse Helios is known to have slow code completion with the Android SDK. Perhaps your problems are related to this? If you are having problems with the latest version of Eclipse, you should probably try using Eclipse 3.5 http://www.eclipse.org/galileo/ , which doesn’t have these problems.
This may be due to some kind of temporary error in Eclipse.
You can check Window -> Show View (-> General) -> Error Log to check if there was an Eclipse exception that caused the Eclipse developer to crash.
Have you tried restarting Eclipse? If it still does not work, you can try restarting eclipse with
c: \ path \ to \ eclipse.exe -clean
You can also check the Windows settings and Project-> Properties if you can find something that is related to Javadoc and try to use the reset java perspective using the window → reset.
Jlund
source share