I am currently trying to create an Android app that uses external libs. These libs are compiled using the Android NDK and are versioned, i.e. libfoo.so, libfoo.so.1, libfoo.so.1.0.3.
I included the libs using the ANDROID_EXTRA_LIBS in my pro-File but it does not seem possible to include the versioned links to the libraries here. Is there a way to include these links (i.e. libfoo.so.1, libfoo.so.1.0.3) in my APK?
↧