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

后端 未结 7 1949
一向
一向 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条回答
  • 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
    0 讨论(0)
提交回复
热议问题