After i recently installed the new Android SDK stuff, I no longer can view the Javadoc while editing my project\'s code. I get this message: Note: This element has no att
One more suggestion: With my installtion, changing the path did not work! Validating was ok, but after closing the project properties, it switched back to the old wrong path. (After installing the Android SDK, I moved it to another location; the wrong javadoc path was to that old location before moving. This probably caused my problem.)
My solution now was: Opening the Eclipse preferences, go to Android, and there change the SDK Location path by "Browse" to the new location. I did type in the new location, but after browsing to it, the d:... changed to D:... -- and magically, after this, I could now change the javadoc path in the project settings and it remembers my choice. Even building new Projects now works like expected with the correct javadoc path right from the beginning.