如何将附加的javadoc或来源在libs文件夹罐子?罐子、如何将、文件夹、来源

2023-09-11 11:02:13 作者:认怂

新的ADT R17的Eclipse插件版本新增功能自动安装JAR依赖。在/ libs文件夹中所有.jar文件添加到构建的配置了。不幸的是Android的依赖关系的类路径容器是不可修改的。

New version of ADT r17 plugin for Eclipse added feature to automatically setup JAR dependencies. Any .jar files in the /libs folder are added to the build configuration now. Unfortunately Android Dependencies classpath container is non modifiable.

我怎么能连接Javadoc和源代码的自动插入的.jar(从/ libs文件夹)?

How can i attach javadoc and sources to the automatically inserted .jar (from /libs folder)?

推荐答案

要回答你的问题的最好办法是从总结的泽维尔, plastiv ,的