If you haven't already, consider storing your database as raw strings that can be executed at the first run. Usually it would be an "export" feature in whatever database program you are using.
You would use: http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#execSQL(java.lang.String) On Oct 2, 2:40 am, faye <[email protected]> wrote: > I am currently developing a dictionary application with voice > database. I would like to know about the current Android limitation on > the file size. > > I am using a self-provided sqlite database ( > 50mb ) . I tested that > once the built .apk size exceeds ~30mb the app will not be installed > onto the simulator (INSTALL_FAILED_INSUFFICIENT_STORAGE). > > Could anyone confirm me that if up until now there is no way to embed > such large size files in a single apk ( Aimed to sell at Google Market > without requiring user to download datafile afterwards). > > Also, is there a limitation of 1,048,576 bytes for a single file in > the assets folder ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

