KB-20071202-023

From Triled Wiki

Jump to: navigation, search
MediaPlayer mp = new MediaPlayer();
try {
     mp.setDataSource( "/sdcard/mp3/bleeding.mp3" );
} catch (IOException e) {
     Log.e( "", "", e);
}
mp.prepare();
mp.start(); 

Crash occurs on tenth iteration of file playing.

NOTE:
Needs more confirmations.
Personal tools