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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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