I am trying to play a short sound when clicking a button, but logcat says "QCMediaPlayer mediaplayer NOT present"
I already read this but it didnt really help me, so i decided to ask again.
mp.create(getBaseContext(), R.raw.sound);
mp.start();
I am trying to play a short sound when clicking a button, but logcat says "QCMediaPlayer mediaplayer NOT present"
I already read this but it didnt really help me, so i decided to ask again.
mp.create(getBaseContext(), R.raw.sound);
mp.start();