1.2.0 • Published 5 years ago

cordova-plugin-abi-filter v1.2.0

Weekly downloads
324
License
Apache 2.0
Repository
github
Last release
5 years ago

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

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

or

# via Github
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.