protected MediaPlayer _mediaPlayer; protected void playFromResource(int resId) { if (_mediaPlayer != null) { _
I see this problem on mac os as well. In my case it happens when you enable "snapshot" for the emulator. http://code.google.com/p/android/issues/detail?id=14953 You will have to delete the emulator and make a new one without "snapshot" enabled.