One you've built your .apk file, "res/raw" doesn't really exist
anymore. The files that you put under res/raw on your build machine
are now built in to the .apk file, and can't be removed without
rewriting the apk file, which we can't do because it would need to be
resigned, and we don't have your key.
Could you have your app download the files from your website after the
app is installed?


On Thu, Feb 12, 2009 at 2:19 PM, Alex B <[email protected]> wrote:
>
> Is it possible to remove files from res/raw once the program is
> running? I'd like to include some mp3s in the app I'm making, but if
> the user doesn't like them, I'd like to provide the option to delete
> those files. Is there a way to delete files from res/raw once the app
> is running?
>
> How are you guys packaging files with your apps? In res/raw? Or a
> different approach?
>
> 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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to