hello everyones I am making button click sound but I have this log error
"Should have subtitle controller already set"
how can I do that is my code
private MediaPlayer mp;
//on create code
mp = MediaPlayer.create(CameraTestActivity.this,R.raw.button);
//and button click code mp.start();