Thanks Dan. I guess I'll have the user download the files to the SDCard. I'm new to phone development. Will most users have an SDCard? If not, I suppose streaming is the only answer.
Rusty On Dec 1, 12:46 pm, Dan Sherman <[email protected]> wrote: > 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 <[email protected]> wrote: > > 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 need to have the user download the files > > after they have the app on the phone? Where are larger files typically > > stored in Android apps or are large files not usually included? > > > Thanks > > > -- > > 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]<android-developers%[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

