KB-20071202-023
From Triled Wiki
- Status: respond received
- author: kurosh
- link:
- Description: MediaPlayer crashes emulator on tenth mp3 file playing iteration.
- Steps to reproduce:
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.
