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

后端 未结 3 1184
夕颜
夕颜 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:22

    I don't have any problem with custom jars. They are only in Reference Libraries in my case. I suggest you to look at Order and Export tab in java build path properties.Just check all the custom jars and uncheck all the Android specific libraries. If you want all jars in Reference Libraries then check all jars and clean your project.

    enter image description here

提交回复
热议问题