Re: [android-developers] Architectural design question

2009-12-01 Thread Dan Sherman
You don't really have an option to have them bundled at install time. Packages require that 4x the package size be available at install time, and many devices don't have that 96mb of space (much less, that amount unused) to even install it. - Dan On Tue, Dec 1, 2009 at 12:04 AM, rastyrori wrote

[android-developers] Architectural design question

2009-12-01 Thread rastyrori
I have an application that requires about 24Meg of mp3 files as a core part of the app. If I store them in the /raw directory on the emulator, I run out of memory. I can store them on the SDcard, but my question is will they be included when I package the application for the marketplace, or do I ne