java - Generate a Javadoc for my Android project -


i hoping me in generating javadoc eclipse project. when select 'generate javadoc' project menu lots of errors like

cannot find symbol symbol  : class listview 

everytime class referencing android api class, javadocs outputted classes not reference android api stuff. app compiles , runs correctly , on project setting android 1.6 lib present (on build path - external jars section).

any ideas im doing wrong?

thanks.

dori

i able javadocs generated classes making sure had "documentation android sdk" component installed in android sdk , avd manager, , selecting android.jar reference archive in step 2 of javadoc generation.

it didn't generate links reference docs, did create docs of classes.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -