3

I have installed Documentation for Android package using AVD manager.
On hovering over any element it pops up "Note: This element has no attached source and the Javadoc could not be found in the attached Javadoc"

I can't figure exactly what needs to be set in javadoc location in project properties or something else needs to be done :-/

Cœur
  • 37,241
  • 25
  • 195
  • 267
Nullpoet
  • 10,949
  • 20
  • 48
  • 65
  • http://stackoverflow.com/questions/4451330/android-java-javadoc-missing-after-updating-android-sdk didn't help? – VonC Jan 30 '11 at 11:26
  • Oh sry for repeating the questrion !! This solved my same problem except that that now I cannot browse inside any folders even after restarting!! Something broke :(. http://dl.dropbox.com/u/11753052/q.png. Any suggestions ?? – Nullpoet Jan 30 '11 at 16:20
  • try to ask a new question (after checking for duplicates) for your new problem. – Jla Jan 31 '11 at 08:40
  • Possible duplicate of [Android/Java Javadoc missing after updating Android SDK](https://stackoverflow.com/questions/4451330/android-java-javadoc-missing-after-updating-android-sdk) – pagid Jan 25 '18 at 19:09

2 Answers2

0

If you haven't already done so, try running Project > Clean in Eclipse.

Ed Burnette
  • 1,198
  • 8
  • 13
0

Can you provide any example on where the javadoc isn't available? I had the same doubts, but as soon as I opened the Eclipse view "Javadoc" and selected the class/method I wanted to know more about, there the doc appeared.

cristianoms
  • 3,456
  • 3
  • 26
  • 28