• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to import/use resources in Eclipse (android dev)

Ok... I thought that the way you would import sounds I wish to use I would drag and drop them into the res-raw folder inside the IDE... And I thought that I was doing it correct because it turned up in the R.java folder and I can access the files useing:
Code:
R.raw.ba_behold
but I get a run-time error when I run it where the program can't find the audio files :( it says: "ERROR: Source not found." and it gives me an option to show it where it is :(

Is there a better/proper way to import/use sound
 
Back
Top Bottom