Skip to content Skip to sidebar Skip to footer

Android Mediaplayer Causing Force Close Onquit

My code is force closing as soon as I hit the back button to leave the activity. Here it is. I think what it does is relatively self explanatory. When called, it shows some text pl

Solution 1:

Please provide log-cat error logs, otherwise its pain to look whats wrong.

But i guess you need to.

call stop() on media player in onPause()

If you want it to keep playing then you need to use service.

Post a Comment for "Android Mediaplayer Causing Force Close Onquit"