What is the “Android Private Libraries” folder in Eclipse?

后端 未结 3 1183
夕颜
夕颜 2021-02-07 05:39

I initially thought it was exclusively for official libraries like the support library. However any time I add a custom JAR using the \"Add to build path\" menu item, it automat

3条回答
  •  灰色年华
    2021-02-07 06:27

    you just need to put jar and jardoc to a folder but not the folder "libs". Then there will be a 'Reference Library', Then you can add jardoc to jar by properties of jar in Reference Library.

    1: New a Folder named sth but not "libs" like folder named 'lib'. 2: Put your .jar and .jardoc in the new folder the folder 'lib' in this tutorial 3: Add the jar and jardoc to project. Then, a 'Reference Libraries' will appear 4: Delete original jar/jardoc.jar in libs (if you've imported them to libs before). 5: add XXXjavadoc.jar to XXX.jar as doc location.

提交回复
热议问题