In Eclipse launching javadoc from menu (Project -> generate javadoc…) if you get the errors:
- error: package android… does not exist
- error: cannot find symbol
you can resolve inserting
-bootclasspath [your path to android.jar]
in the wizard to the creation of javadoc as in figure
References: Javadoc in Eclipse failing to recognize packages
Leave a Reply