Hi, I am trying to run a video(with audio - using surfaceview approach to play video) and a separate another audio file in the same activity. For this, I am creating 2 media player objects. But, only one media player is running at a time. I mean, as soon as the 2nd media player object is created, the first one is not working. I get the error "*E/MediaPlayer.java(4528): release prev. media player*" as soon as it creates the 2nd instance of media player.
Any help? Thanks, Shashidhar -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

