I have used ndk successfully to build & use a .so
file in one project. I need to use this library in another project. I would rather not copy the source there, but just use the library.
Trying to copy & paste the whole libs/armeabi/libcommon.so
to the project root does not work, I think because libs/armeabi
is an android generated path.
So what would be the best way to do it?
I am using Eclipse-Galileo & ndk5.
See Question&Answers more detail:os