How to copy numbered/versioned .so file during apk install
问题 I am using Android NDK to compile a library for Android. I successfully built the library and obtained the .so file. Wrote JNI wrappers and able to create an apk without any compilation errors. My library depends on some other .so files. I manage to include them within the apk using the method described here. But the problem is, my library also depends on a numbered/versioned .so file, i.e. libxxx.so.9 and this file is not copied during apk installation. In other words, in my apk file, under