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

前端 未结 7 1202
渐次进展
渐次进展 2020-12-13 06:58

When I generate javadoc for my Android project in Eclipse, there are lots of warnings like

cannot find symbol
symbol  : class TextView

and

7条回答
  •  半阙折子戏
    2020-12-13 07:13

    After a bit of trial and error (And plenty of suggestions gleaned from multiple web searches), I was able to get this working with a specific ANT script, which can be run in Eclipse by "Run As -> Ant Build".

    I saved this file, "javadoc.xml", in the directory of my project, in parallel with the AndroidManifest.xml file.

    Here is the content of the file:

    
    
    
    
    
    
    
    

提交回复
热议问题