Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex
Enable Multidex for Cordova Android apps with over 64K methods
https://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex
cordova cordova-android cordova-android-plugin cordova-plugin multidex
Last synced: 2 months ago
JSON representation
Enable Multidex for Cordova Android apps with over 64K methods
- Host: GitHub
- URL: https://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex
- Owner: adriano-di-giovanni
- License: mit
- Created: 2018-02-05T08:58:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T08:59:02.000Z (over 5 years ago)
- Last Synced: 2024-11-11T09:54:35.771Z (2 months ago)
- Topics: cordova, cordova-android, cordova-android-plugin, cordova-plugin, multidex
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 23
- Watchers: 4
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multidex for Cordova
[![Build Status](https://travis-ci.org/adriano-di-giovanni/cordova-plugin-enable-multidex.svg?branch=master)](https://travis-ci.org/adriano-di-giovanni/cordova-plugin-enable-multidex)
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
```bash
cordova plugin add cordova-plugin-enable-multidex
```## Supported platforms
* Android
## License
This project is [MIT-licensed](https://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex/blob/master/LICENSE).