I am developing for Android in Eclipse Helios. I\'m using the latest ADT plugin 8.0.1. Previously, I could see method javadoc description, when moving my mouse over a method
Eclipse Helios is known to have slow code completion with the Android SDK. Perhaps your problems are related to that? If you have problems with the latest Eclipse version, you should probably try using Eclipse 3.5 http://www.eclipse.org/galileo/, which doesn't have these issues.
This could be due to some sort of temporary error in Eclipse.
You can check Window -> Show View (-> General ) -> Error Log to check whether there has been an Eclipse exception which has caused the Eclipse designer to bail out.
Have you tried to restart Eclipse? If it still doesn't work you can try to restart eclipse with
c:\path\to\eclipse.exe -clean
You can also check the Windows-Preferences and Project->Properties if you can find anything related to Javadoc there and try to reset the java perspective using Window -> Reset perspective.
As it is told in this article http://hacksoflife.blogspot.com/2011/02/losing-javadocs-in-eclipse-solution.html Thanks to Chris
For some reason it is adding an static windows OS path starting with D:\... This also correct all SDK targets.