Android package manager only unpacks libxxx.so named libraries
问题 I've made a jni library that dynamically loads plugins using dlopen, plugin library files have a different naming e.g. zzz_abc.so . eclipse and ant are correctly bundling these files in the apk, but the android packagemanager only unpacks files named libxxx.so , other filename patterns are ignored, perhaps in debug, gdbserver is added and unpacked on my 4.1 phone (but not on 4.4 genymotion emulator). There is something "magic" to control this behavior? 回答1: I've verified and unfortunately the