I am using a MediaPlayer in my Activity.
MediaPlayer
Activity
When I hit the back button, I get this error:
09-20 19:44:16.540: E/MediaPlayer(18
Even I've faced the similar problem with same error.
I used mplayer.pause() instead of mplayer.stop()
mplayer.pause()
mplayer.stop()