i was hoping someone could help me in generating a javadoc for my eclipse project. When i select ‘Generate Javadoc’ from the project menu I get lots of errors like
cannot find symbol
symbol : class ListView
everytime a class referencing an Android API class, so i only get Javadocs outputted for the classes that do not reference any android api stuff. My app compiles and runs correctly and on the project setting the Android 1.6 lib is present (on the build path – external jars section).
Any ideas what im doing wrong?
Thanks.
Dori
I was able to get Javadocs generated for all my classes by making sure that I had the “Documentation for Android SDK” component installed in the Android SDK and AVD Manager, and selecting android.jar as a reference archive in step 2 of the Javadoc generation.
It didn’t generate links to the reference docs, but it did create docs for all of my classes.