项目作者: adriano-di-giovanni

项目描述 :
Enable Multidex for Cordova Android apps with over 64K methods
高级语言: JavaScript
项目地址: git://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex.git
创建时间: 2018-02-05T08:58:24Z
项目社区:https://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex

开源协议:MIT License

下载


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

  1. cordova plugin add cordova-plugin-enable-multidex

Supported platforms

  • Android

License

This project is MIT-licensed.