开发者

Samsung Galaxy S kill my android app on music play

开发者 https://www.devze.com 2023-03-16 11:10 出处:网络
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 Nul

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 pr开发者_运维问答ogram 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?


The solution was to change the AAC to MP3

0

精彩评论

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