3

I am working on an app in which an audio file (boo.wav) is being played. The audio does however not play and generates some error output.

When trying to execute the following line:

MediaPlayer.create(this, R.raw.boo).start();

I get the following errors:

E/MediaPlayer﹕ Should have subtitle controller already set
E/MediaPlayer﹕ error (1, -19)
E/MediaPlayer﹕ Should have subtitle controller already set
E/MediaPlayer﹕ Error (1,-19)

Can someone point me in a general direction as to what I am doing wrong?

Choraimy
  • 166
  • 1
  • 11
  • see this post, it could help your issue http://stackoverflow.com/questions/20087804/should-have-subtitle-controller-already-set-mediaplayer-error-android – faljbour May 24 '15 at 16:24

0 Answers0