> I have seen that hitting F5 does cause Eclipse to add these to the raw > folder, but what exactly am I to do to gain access to the resources > from within my app? Do I need to edit the manifest?
I can't speak specifically for Eclipse, but, generally, resources in res/raw/ will be accessed as R.raw.XXXX, where XXXX is the basename of the file (e.g., for res/raw/snicklefritz.mp3, you reference it as R.raw.snicklefritz). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

