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
You should use --prod flag while building apk for production. It minimizes the size by compressing the files.
--prod
ionic build android --prod --release