开发者

Android can't find my sound files (and dev)

开发者 https://www.devze.com 2023-03-17 11:13 出处:网络
I attempted to make a soundboard and my app crashed when loading sounds. 开发者_高级运维mSoundManager.addSound(0, 0, R.raw.b_behold);

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 !

0

精彩评论

暂无评论...
验证码 换一张
取 消