Android can't find my sound files (and dev)
I attempted to make a soundboard and my app crashed when loading sounds.
开发者_高级运维mSoundManager.addSound(0, 0, R.raw.b_behold);
ERROR: Source not found.
It gives me an option to Edit Source Lookup path
, But I can't seem to get that to work
Try this:
rename the sound file, close eclipse, open it, refresh tour project and retyping the R.raw.[soundFileName]
It is something stupid with eclipse and happened to me many times before :( I hope this will solve it
Godd Luck !
精彩评论