Should have subtitle controller already set
有時會出現這個 日志信息 ??
http://stackoverflow.com/questions/21790824/mediaplayer-should-have-subtitle-controller-already-set-kitkat
有時會出現這個 日志信息 ??
http://stackoverflow.com/questions/21790824/mediaplayer-should-have-subtitle-controller-already-set-kitkat
2015-07-28
舉報
2015-12-01
正確答案是:http://stackoverflow.com/questions/20087804/should-have-subtitle-controller-already-set-mediaplayer-error-android
請采納
2016-08-29
也有可能是你重新去播放視頻的時候沒有reset或是release掉之前的那個視頻源,可以嘗試mediaPlayer.release()
;mediaPlayer = null;然后重新play();
2016-03-29
不用prepare 怎么播放呢?
2015-11-26
mp.prepareAsync();
不要使用?mp.prepare()