Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).