Skip to content

Cordova plugin that removes arm64-v8a native libraries from build.

License

Notifications You must be signed in to change notification settings

Ponsen/cordova-plugin-remove-arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin adds a gradle script to remove arm64-v8a libs, since android cannot load 32- and 64-bit native libraries concurrently. That means if you have at least one ARM64 native lib, android wont load ARM32 libs. Hence your app will crash on ARM64 devices.

cordova plugin add cordova-plugin-remove-arm64 --save

About

Cordova plugin that removes arm64-v8a native libraries from build.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published