Javadoc in Eclipse and Android

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

javadoc

References: Javadoc in Eclipse failing to recognize packages


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.