问题
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