Android 找不到我的声音文件(和开发人员)
我尝试制作音板,但我的应用程序在加载声音时崩溃了。
mSoundManager.addSound(0, 0, R.raw.b_behold);
ERROR: Source not found.
它给了我一个编辑源查找路径
的选项,但我似乎无法让它工作
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
重命名声音文件,关闭 Eclipse,打开它,刷新游览项目并重新输入 R.raw.[soundFileName]
这是 Eclipse 的一些愚蠢的事情,以前发生在我身上很多次:(
我希望这能解决这个问题,
上帝好运!
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 !