java - "MediaPlayer went away with unhandled events" error on Android 4.0 Ice Cream Sandwich on Beagleboard XM -


I am using Android 4.0 ice cream sandwich on Beagleboard XM. We are trying to play video files with SD card on Beagle board using video VVUD. It is giving the following error after playing for 30 min or more

Media player moved away from unchecked events

It works fine on ICS tablets Lets have problems on BeagleBoard Also, at the end of the videoview at or anywhere else I'm not using the MediaPlayer object. Nothing related

Just keep them after using the Media Player object

  MediaPlayer.reset (); MediaPlayer.release ();    

Comments