We are using Titanium to develop Android applications. We have a database close to 4 MB size and gets the error
"D/asset ( 310): Data exceeds UNCOMPRESS_DATA_MAX (3964928 vs 1048576)"
when running in emulator. I learned that it is because android supports only 1MB as maximum file size in 2.2.
How can we fix this for 2.2 using Titanium?
