On Thu, Oct 18, 2012 at 4:39 PM, Nobu Games <dev.nobu.ga...@gmail.com> 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 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