Go to file
Florian Pechwitz 81fff8f922 - Added .gitignore
- Added global-modules as dependency
- Plugin is now compatible with cordova 9
2019-05-15 14:03:52 +02:00
scripts - Added .gitignore 2019-05-15 14:03:52 +02:00
src/android -added hooks 2018-11-14 13:08:40 +01:00
.gitignore - Added .gitignore 2019-05-15 14:03:52 +02:00
package.json - Added .gitignore 2019-05-15 14:03:52 +02:00
plugin.xml chaged hook from after_plugin_add to after_plugin_install 2019-05-15 09:54:51 +02:00
README.md changed variable delimiter - powershell was struggeling 2018-11-14 14:58:03 +01:00

About

This plugin adds a gradle file to your cordova android project. Depending on your configuration it causes your build to have only your specified ABI libraries.

Install

cordova plugin add cordova-plugin-abi-filter #  --variable ABI_FILTER="armeabi-v7a,armeabi-v8a,x86,x86_64"

or

cordova plugin add https://github.com/Ponsen/cordova-plugin-abi-filter.git #  --variable ABI_FILTER= "armeabi-v7a,armeabi-v8a,x86,x86_64"

Configuration

Notes

"Mips"/"armeabi" support was removed in NDK r17.