are you using Eclipse & ADT? If it is right, you need to copy the audio file to res/raw folder with file explore. (just not register that file which is in other folder with Eclipse) then, you can see that file is registered to Eclipse (res/raw) and R.java will be updated.
please check this. YoungJae Lee. 2009/1/24 Shimmyde <[email protected]> > > Hi, > thanks, sorry it was a typing mistake, the folder structure is correct > (res/raw), but the R.java is not updated to reflect that. > > Thanks! > Jaime > > On Jan 23, 12:40 pm, simon dixon <[email protected]> wrote: > > Hello, > > > > I think you need a folder structure res/raw instead of raw/res. > > > > Cheers > > Si > > > > > > > > Shimmyde wrote: > > > Hi, > > > Im trying to reproduce some audio from raw folder under raw/res > > > When I do this I checked on R.java that the raw was not updated, so > > > when I call R.raw.audiofile it returns an error that R.raw cannot be > > > resolved. > > > > > Im using Eclips 3.4.1 > > > > > Thanks!- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

