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
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/