2

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?

Majid Laissi
  • 19,188
  • 19
  • 68
  • 105
Amon Olimov
  • 657
  • 1
  • 8
  • 18

1 Answers1

6

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
Sam
  • 86,580
  • 20
  • 181
  • 179