adriano-di-giovanni / cordova-plugin-enable-multidex

Enable Multidex for Cordova Android apps with over 64K methods
MIT License
23 stars 18 forks source link

Support for Cordova 9 #6

Closed Jahrenski closed 5 years ago

Jahrenski commented 5 years ago

With Cordova 9 released, this plugin cannot be installed anymore.

Failed to install 'cordova-plugin-enable-multidex': CordovaError: Using "requireCordovaModule" to load non-cordova module "fs" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.

Solution is to edit scripts/android/editManifest.js Use require instead of context.requireCordovaModule for fs, path and q

Jahrenski commented 5 years ago

Scratch that, 0.2 fixed that already