How to generate links to the android Classes' reference in javadoc ?

Posted by Kaillash on Stack Overflow See other posts from Stack Overflow or by Kaillash
Published on 2010-05-12T11:13:32Z Indexed on 2010/05/12 11:24 UTC
Read the original article Hit count: 176

Filed under:
|

Hi,

When I generate Javadoc for my android project in eclipse, there are lots of warnings like

cannot find symbol
symbol  : class TextView

and

warning - Tag @see: reference not found: android.app.Dialog

I also tried

-link http://developer.android.com/reference/
-link http://java.sun.com/j2se/1.4.2/docs/api/

in Extra javadoc options tab in Configure Javadoc Arguments dialog of eclipse->Export Javadoc.

But only -link http://java.sun.com/j2se/1.4.2/docs/api/ is working i.e for String class link http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true is generated. but for android.app.Dialog , no link is generated.

Please help !!

© Stack Overflow or respective owner

Related posts about android

Related posts about javadoc