I got the error E/MediaPlayer: Should have subtitle controller already set
when I try to play a sound by clicking a button.
public void clicaSom(View view) {
MediaPlayer somPickObjeto = MediaPlayer.create(this, R.raw.pegaitem);
somPickObjeto.start();
}