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