I am developing a game using Cocos Creator for Android and iOS platforms. The game is small in scale and has few graphics elements.
I found that the APK and IPA file size for this game is 11.5 MB. I think these files (APK or IPA) must be containing some unnecessary files. The Asset folder's size is just 5 MB.
I have following questions:
How to reduce the game size for iOS and Android platform in Cocos Creator?
Are there any optimization techniques for reducing size of art assets (without affecting quality)?
I would appreciate any suggestions/thoughts on this topic. Thank you.