03-28-2011 01:43 PM
Hi,
I´m developing an app with SQLite and I need to attach a big database, 20MB. I can´t generate the relase, I get the following error,
Fatal Internal error: java.lang.NullPointerExceptionPackaging project failed (took 7.081 seconds)
The problem is the size of the database, because if I use a small database it works.
Do you know what is the size limit of a file I can use?, and how can I fix this problem?
Thanks,
Best Regards,
Solved! Go to Solution.
03-28-2011 02:32 PM
Ok, I have read recently that the maximum size of a Blackberry app is 14 MB, then I have to think other way to copy the database in the device.
03-28-2011 04:46 PM
Have a look:
I've downloaded a 250Mb database by this way (of course zipped to 50MB)
03-28-2011 05:07 PM
Thanks very much for your answer.