On Mon, Jul 11, 2011 at 9:29 AM, hectordu...@yahoo.com
<hectordu...@yahoo.com> wrote:
> hey guys,
> i am getting problems, again, with the DB; it happens when the DB size
> is great than 1MB.
>

You have to split your data into 1MB chunks and merge those
when copying the database.

At some point (soon?) the Android Market should introduce the
ability to have 2 (IIRC) asset files alongside the apk, and that
should make things easier. Until then, if your data is relatively
small (a few MB), split it and put it in assets. If it's bigger,
put a zip file on a Web server and download/extract  it on first
 run.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to