Hi! I get this error message when I try to publish a new version in the Google play console:
"Some function modules of your app bundle exceed the maximum download size for compressed content (200 MB). Reduce the size of the modules: base."
The size of the Files folder is 261 MB and it contains about 5600 MP3 files. I am trying to compress them.
Google allows a maximum app bundle size of 4GB. How can I create asset packs to get around the 200 MB limit?
No need to compress. Put them on a server. When the app start, then you download them.
I have a similar app with over 800mb mp3s. They are all online, I only download the ones the user needed at a time and saved. So the next time, the user will not download that particular file again. And my apk is just 15mb.