cordova-plugin-enable-multidex

0.2.0 • Public • Published

Multidex for Cordova

Build Status

Enable Multidex for Cordova Android apps with over 64K methods.

When your app and the libraries it references exceed 65,536 methods, you encounter a build error that indicates your app has reached the limit of the Android build architecture.

Move past this limitation by enabling an app configuration known as multidex, which allows your app to build and read multiple DEX files.

More information can be found at https://developer.android.com/studio/build/multidex.html

Installation

cordova plugin add cordova-plugin-enable-multidex

Supported platforms

  • Android

License

This project is MIT-licensed.

Dependents (1)

Package Sidebar

Install

npm i cordova-plugin-enable-multidex

Weekly Downloads

1,500

Version

0.2.0

License

MIT

Unpacked Size

7.55 kB

Total Files

10

Last publish

Collaborators

  • adigiovanni