Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Keep all your Cordova Plugin classes in the main dexfile

License

Notifications You must be signed in to change notification settings

jimvandervoort/cordova-plugin-dexkeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-dexkeep

A Cordova plugin that makes sure that plugin classes referenced as features in other plugin.xml files are put in the main dex file. Because Cordova loads these classess from string class names, they might not end up in the main dex file by default. Having CordovaPlugin classes outside of the main dex file will cause a ClassNotFoundException on Dalvik.

About

Keep all your Cordova Plugin classes in the main dexfile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published