I was glad about having reached the build(for android) stage for my game app, unfortunately the generated apk file is quite large(7.8MB). The project file is 120kB ie 8 images(.png files the largest is a 50kB sprite sheet, the other 7 ranging between 2 and 10kB) and 8 code files(.lua files ie config, build,main, game, menu & gameover plus 2 modules ie score and mydata). The game Memory and Texture in the simulator are 315kB and 1.95 respectively
using winRAR to view the apk, I found that corona adds very large files to to the project’s apk.
Is there a way of reducing this apk’s size to about 2MB?
Thanks
Sedrack