三星 Galaxy S 在音乐播放时杀死我的 Android 应用程序
我编写了一个使用 MediaPlayer 播放背景音乐的应用程序。我现在正在测试该应用程序,它在 HTC Desire 上完美运行,但当我尝试在 Samsung Galaxy S 上测试它时,它在以下部分因 NullPointer 异常而死掉:
mp_bg_music.play();
是的,我使用了 Mediaplayer.create 正如我所说,它适用于 HTC Desire!知道为什么我的 Samsung Galaxy S 无法运行与 HTC Desire 相同的程序吗?在尝试播放音乐之前,我还应该注意其他事项吗?我需要向应用程序授予更多使用权限吗?
I have written an app which plays background music with MediaPlayer. I am now testing the app and it works on the HTC Desire perfectly, but when I try to test it on Samsung Galaxy S it dies with a NullPointer exception on the following part:
mp_bg_music.play();
Yes, I had used Mediaplayer.create
and as I said it work on HTC Desire! Any idea why my Samsung Galaxy S would fail to run the same program as HTC Desire? Are there any additional things that I should be aware of before I try to play the music? Do I need to grant more uses-permission to app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决办法是把AAC改成MP3
The solution was to change the AAC to MP3