it works, now the database has 26mb thx
On Thu, Oct 18, 2012 at 9:23 PM, Vinicius Jose Grein <[email protected]>wrote: > Great Mark, I will try and let you know the result > > > On Thu, Oct 18, 2012 at 5:47 PM, Mark Murphy <[email protected]>wrote: > >> On Thu, Oct 18, 2012 at 4:39 PM, Nobu Games <[email protected]> >> wrote: >> > For older Android versions there is an asset file size limit of about >> 1MB >> > per asset file I believe. >> >> Only for file extensions not known to be already compressed. >> >> That's why SQLiteAssetHelper has you package the database in ZIP form: >> >> https://github.com/jgilfelt/android-sqlite-asset-helper >> >> The OP's bigger problem is that the Play Store only supports 50MB APK >> files, last I checked, before you have to start getting into all the >> expansion file stuff. >> >> -- >> Mark Murphy (a Commons Guy) >> http://commonsware.com | http://github.com/commonsguy >> http://commonsware.com/blog | http://twitter.com/commonsguy >> >> Android Training in NYC: http://marakana.com/training/android/ >> >> -- >> 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 >> > > -- 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

