cordova-plugin-enable-multidex icon indicating copy to clipboard operation
cordova-plugin-enable-multidex copied to clipboard

Enable Multidex for Cordova Android apps with over 64K methods

Results 2 cordova-plugin-enable-multidex issues
Sort by recently updated
recently updated
newest added

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.