Hi Your database file need to be less then 1 MB(as assets folder support file less then 1 MB), You can split your database using hjsplit and then in runtime combined the split files and put it in your package folder.
On Fri, Dec 2, 2011 at 11:35 AM, Narendra Singh Rathore < [email protected]> wrote: > > > Create you database in code, when app is first run. Load data from >> assets. If there is a lot of data load it from internet. >> >> Regards >> >> > So, isn't it possible to use already made database from assets. > There should be some way to do this. > > -- > 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 > -- Thanks and Regards Ajmer Singh -- 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

