三星 Galaxy S 在音乐播放时杀死我的 Android 应用程序

发布于 2024-11-18 00:47:34 字数 334 浏览 6 评论 0原文

我编写了一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

压抑⊿情绪 2024-11-25 00:47:34

解决办法是把AAC改成MP3

The solution was to change the AAC to MP3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文