Enable Multidex for Android in Ionic framework

前端 未结 5 1027
不知归路
不知归路 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 07:17

    Try this

    cordova plugin add --save https://github.com/jwall149/cordova-multidex
    

提交回复
热议问题