Chaque fois que je lis un média, il affiche un avertissement dans DDMS Should have subtitle controller already set MON CODE: private void start() { mediaPlayer.start(); mediaPlayer.setOnCompletionListener(new OnCompletionListener() { @Override public void onCompletion(MediaPlayer mp) { mp.stop();...