[android-developers] Re: MediaPlayer.Create returns null on some Android handsets?

2009-10-20 Thread Marco Nelissen
There seems to be a problem with some Hero builds (but not all of them) that causes playback from resources to not work quite right. On Tue, Oct 20, 2009 at 12:29 PM, Chister Nordvik cnord...@gmail.com wrote: Hi! I have a background service that plays a sound when an event has happened

[android-developers] Re: MediaPlayer.Create returns null on some Android handsets?

2009-10-20 Thread Nikolay Ananiev
I'm seeing the same problem on the ARCHOS 5 tablet. The app works everywhere else. Do you use SoundPool in parallel to MediaPlayer? On Tue, Oct 20, 2009 at 10:49 PM, Marco Nelissen marc...@android.comwrote: There seems to be a problem with some Hero builds (but not all of them) that causes

[android-developers] Re: MediaPlayer.Create returns null on some Android handsets?

2009-10-20 Thread Chister Nordvik
No, I only use MediaPlayer. Seems like I have to have a fallback to a built-in sound then, or at least check if the MediaPlayer returns null. This brings back memories from my J2ME development days :-( -Christer On 21 Okt, 07:24, Nikolay Ananiev devuni...@gmail.com wrote: I'm seeing the same