Amon Olimov
Amon Olimov

Reputation: 667

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:

enter image description here

What should I do to show javadoc?

Upvotes: 2

Views: 4026

Answers (1)

Sam
Sam

Reputation: 86948

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

Upvotes: 6

Related Questions