0

i created an app that consist 500 files and many assets files and the size of apk will goes more than 200 mb but the accepted size by play store is 100 mb not please tell me how i will decrease the size or upload it on playstore

  • 1
    You can follow this one https://stackoverflow.com/questions/53944679/app-apk-size-exceed-100mb-how-to-upload-it-on-playstore or remove those files and load it later after user open the app instead – Einzeln Jul 01 '21 at 13:00
  • 2
    Does this answer your question? [App apk size exceed 100mb. How to upload it on PlayStore?](https://stackoverflow.com/questions/53944679/app-apk-size-exceed-100mb-how-to-upload-it-on-playstore) – Henry Twist Jul 01 '21 at 13:17
  • Check [here](https://stackoverflow.com/questions/67816628/flutter-how-to-know-the-size-of-a-flutter-plugin/67817238#67817238), to see which files are eating most of the size. Also try to compress assets and not bundle them, but download them on the first app start to slim down the binary size – croxx5f Jul 01 '21 at 15:52
  • not able to build the apk as it shows package_info error that sdk was not found – Pranshul Agrawal Jul 01 '21 at 16:02
  • is there any way to manually use sha key to generate keystore file – Pranshul Agrawal Jul 01 '21 at 19:39

0 Answers0