Skip to content Skip to sidebar Skip to footer

This Element Has No Attached Source And The Javadoc Could Not Be Found In The Attached Javadoc

I started developing on Android and I'm encountering some problems with eclipse: there is image: What should I do to show javadoc?

Solution 1:

You need to download and attach the source code.

1) Open the SDK Manager and download "Sources for Android SDK" under the latest or appropriate API.

2) Ctrl+Click any Android class or method then click the "Attach Source Code" button in the window that appears. Next select "External Folder" and navigate to <android-SDK>\sources\android-xx.

  • <android-SDK> is the folder that holds your SDK
  • xx refers to your appropriate API

Post a Comment for "This Element Has No Attached Source And The Javadoc Could Not Be Found In The Attached Javadoc"