Enable Multidex for Android in Ionic framework

前端 未结 5 1007
不知归路
不知归路 2021-01-13 06:30

Is there a way to set enable multidex (https://github.com/casidiablo/multidex) for Android if I build apps using Ionic Framework ?

5条回答
  •  暖寄归人
    2021-01-13 06:55

    For those still having this issue, I've fixed it by installing cordova-plugin-multidex

    cordova plugin add cordova-plugin-enable-multidex
    

    Check it out: Multidex for Cordova

提交回复
热议问题