Sunday 29 January 2012

Android: cannot load files larger than 1MB

Android cannot load files larger than 1MB under assets or res/raw.

This is a known issue:
http://stackoverflow.com/questions/2860157/load-files-bigger-than-1m-from-assets-folder

The workaround is to rename the file as .png so that android won't zip it.

No comments:

Post a Comment