I have two packages^ in Eclipse. One is marked as a Library and the other references it (under properties->Android), as described here: http://developer.android.com/guide/developing/projects/projects-eclipse.html
My problem is that when I hover the mouse over some code referring to the referenced project eclipse displays
"This element has no attached javadoc and the javadoc could not be found in the attached source"
Furthermore when I select "Open Declaration" in the context menu for said code, it opens the associated .class (instead of the .Java) with the messsage
"The JAR of this class file belongs to container 'Android Dependencies' which does not allow modifications to source attachments on entries"
^ root nodes in the Package Explorer, so I assume they're called packages and not projects. Neither of them are jars.