views:

77

answers:

1

I have too many MediaPlayers. What is the accepted method to remove them from memory so that I can create more? Changing the filesource doesn't seem to work, I need rid of them.

+2  A: 

You should try the MediaPlayer release(); function.

http://developer.android.com/reference/android/media/MediaPlayer.html

Charlie Sheen