'Android Studio ignoring .so files in jniLibs that start with a leading underscore ('_')
I have a bunch of .so libraries I'm trying to include in my android APK. These libraries are preceded with a leading underscore. For some reason, when assembling an APK, only the libraries preceded with an underscore are omitted, while any other libraries are accepted. If I change the filename to remove the underscore, they will be included in the build. I cannot rename these libraries as I don't have access to the code that is linking against them. Is there any way to force android studio not to ignore these libraries? I tried removing the underscore rule from aaptOptions.ignoreAssetsPattern, but it had no effect.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
