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

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

    In my case i always add libraries to libs folder.

    According to my understanding thats the way its suppose to be. Android Private Library folder references these jars in libs folder. The Android Private Library is used during the creation of apk (probably during the conversion of your java code into dex file).

提交回复
热议问题