cordova-plugin-enable-multidex
cordova-plugin-enable-multidex copied to clipboard
Enable Multidex for Cordova Android apps with over 64K methods
Was installing latest version and got the following error: ``` cordova plugin add cordova-plugin-enable-multidex Installing "cordova-plugin-enable-multidex" for android Android Studio project detected Subproject Path: CordovaLib Subproject Path: app Failed to...
`cordova plugin rm cordova-plugin-enable-multidex` currently removes dependencies but do not restore AndroidManifest.xml deleting `android:name` attribute from the `application` element. Write an `after_plugin_rm`hook to solve the issue.