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

后端 未结 7 2019
一向
一向 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:07

    Please use below command:
    ionic cordova build android --minifycss --optimizejs --minifyjs --release [note:- "ionic cordova build android --prod --release" command have email pattern matching issue in a form, always give invalid email error hence not used that command]
    Use below link for more details:
    https://ionicframework.com/docs/cli/cordova/build/

提交回复
热议问题