Hi everyone,
My Game has a lot of level data files ( json and xml ) which have a large size ( amount to 10Mb ). When I take out all others asset and do a build to test, sometimes I see my apk is only ~7.5Mb. I extracts the apk and see that all my asset ( almost text files ) are compressed to a resource file with a small size.
But now if I build again, I see my text files are not compressed and my apk size goes to ~17Mb.
So how can I make Corona Server compresses my assets? I know that images and sounds cannot be compressed, but my text files are able to do that ( If I use winrar to compress, it goes from 10Mb to ~850Kb)
