IONIC Android Apk File size Way Too Big ! how to decrease the size of app for android?

后端 未结 7 1996
一向
一向 2021-01-04 21:11

I have developed the app using ionic 3 and now while generating android apk file it \'s size getting way too big.

before the API integration The File Size Wa

7条回答
  •  梦毁少年i
    2021-01-04 22:12

    Do the following steps

    1. ng build --prod
    2. delete www before building from root folder
    3. ionic cordova build android --prod --release

提交回复
热议问题