For older Android versions there is an asset file size limit of about 1MB per asset file I believe. You should try splitting the database file into 100 separate files and let your app on first start join these chunks into a merged file on the external storage.
On Thursday, October 18, 2012 3:13:25 PM UTC-5, Vinicius wrote: > > Dear all,we developed and application that uses a database with 100 MB, > our application does not write any information on it. > > We are having trouble to use this database, I read an article that > describes that the best option is copy that db file from asset (internal > folder in application) to data, > this behavior is not working for us, even when we are deploying the app, > we need to root the handset and copy the file do data by force. > > > Could you please suggest any behavior that I can follow to work with large > databases? > > Best Regards > -- 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

