multiple (my and 3rd-party) native libraries in Android NDK
I have to use two native libraries: one is my own and the other one is 3rd-party. As long as I used them in separate projects, everything was ok. But now I'm getting the Exception Ljava/lang/UnsatisfiedLinkError . I'm using Eclipse. I found out that if I place the existing library in libs/armeabi, Eclipse begins compilation of the native code and it fails. If I rebuild the JNI part from the command line, compilation succeeds but the 3rd party library disappears. Really stupid. So how do I tell Eclipse to use an existing .so library along with a library that must be built? The libraries are