MediaPlayer error: pause called in state 64

前端 未结 5 1160
醉话见心
醉话见心 2020-12-30 05:30

I am using a MediaPlayer in my Activity.

When I hit the back button, I get this error:

09-20 19:44:16.540: E/MediaPlayer(18         


        
5条回答
  •  长情又很酷
    2020-12-30 05:58

    Even I've faced the similar problem with same error.

    I used mplayer.pause() instead of mplayer.stop()

提交回复
热议问题