3

I have created a project and the support-v4.jar is already inside the libs and dependency.(It this normal? Cause I know people were trying to import the .jar manually). But when I hovered my mouse over the class it said the javadoc doesn't exist. How do I solve this problem?? I created the project and if that comes with the support-v4.jar already, why isn't the javadoc?

qwr qwr
  • 1,049
  • 4
  • 22
  • 46
  • support jar does not come with javadoc. – Gautham Aug 02 '12 at 01:14
  • How to add support-v4.jar javadoc into my project then? – qwr qwr Aug 02 '12 at 01:18
  • You can go through this post for adding javadoc http://stackoverflow.com/questions/8543225/android-support-library-v4-getting-the-source-and-attaching-it-to-the-library – Gautham Aug 02 '12 at 01:20
  • I try this: From the Java build path / libraries tab, expand android-support-v4.jar, highlight "Source attachment", click "Edit...", "External Folder..." then point to (android-sdk)\extras\android\support\v4. doesn't work, although the .jar is attach to the source but the same message displayed when i hover my mouse on fragment class – qwr qwr Aug 02 '12 at 01:24
  • And If I create a new one the source attachment is non modifiable – qwr qwr Aug 02 '12 at 01:29

1 Answers1

0

I think I found some javadoc here. I downloaded support-v4-r6-javadoc.jar and it works.

Ilio
  • 16
  • 1