01-08-2012 11:47 AM
Hi,
I have 2 database files about 4.5 mb each, when both of them added to the project resources I can't build my project ant launch the simulator.
Any solution for that?
Thanks!
01-09-2012 04:57 AM
01-09-2012 05:02 AM
01-09-2012 05:06 AM
01-09-2012 07:38 AM
Thanks!
Can I use zip files in the project resources and unzip them to the sd card or
to copy the zip files, unzip them in the sd card and then delete the copied zip files ?
01-09-2012 10:22 AM
try using GZIPInputStream and GZIPOutputStream
01-19-2012 05:56 PM
Simon. How will creating a library project help with the max size? I had to cut most of the textures in half just to make my game fit. I am revisiting this problem and was considering try ing to embed some of my resources right into the code but if you have a betetr way I would rather do that.
01-20-2012 03:28 AM
01-20-2012 10:23 AM
Booya! Thank you I will check that out.
01-20-2012 10:25 AM