Go to file
2019-05-16 11:20:20 +02:00
scripts fixed cordova module references 2019-05-16 11:20:20 +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 fixed cordova module references 2019-05-16 11:20:20 +02:00
plugin.xml fixed cordova module references 2019-05-16 11:20:20 +02:00
README.md fixed cordova module references 2019-05-16 11:20:20 +02: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.