How do I configure my Android project in Eclipse to exclude a library in the libs directory from export?

馋奶兔 提交于 2019-12-11 07:42:24

问题


I have a series of libraries included in my Android project. One of the libraries is a system lib that I do not want statically linked, and I do not want exported into my apk.

At present I have located the external library in my libs directory so that ant picks it up. However, doing so means that Eclipse doesn't provide me with the option to not export the library with the apk.

My question is, how do I prevent Eclipse from exporting a library in the libs directory?

来源:https://stackoverflow.com/questions/27362888/how-do-i-configure-my-android-project-in-eclipse-to-exclude-a-library-in-the-lib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!