GitHub user mbektchiev opened a pull request: https://github.com/apache/cordova-android/pull/243
Include native libraries from armeabi directory when producing armv7 apk If a Cordova Android project contains `.so` files located in the `lib/armeabi` directory, they will not be included in the final apk when building for the `armv7` architecture with `cdvBuildMultipleApks` set to `true` You can merge this pull request into a Git repository by running: $ git pull https://github.com/Icenium/cordova-android include-armeabi-dir Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/243.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #243 ---- commit 6b71726091217dfe0de71563038ecc1faff57592 Author: Martin Bektchiev <martin.bektch...@telerik.com> Date: 2015-12-09T07:30:37Z Include native libraries from armeabi directory when producing armv7 apk ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org