Android VideoView not playing sequential videos
问题 I want to play 2 videos in a row. The first video always plays just fine. After it finishes, you can see in the log that it sets the new video URL, but then SurfaceView throws an error and the VideoView just freezes with the last frame of the first video. Nothing else happens. Any thoughts ? Thanks ! LE: Surprisingly, the OnPreparedListener gets called for the second video. LE2: Sometimes the second video plays just fine, sometimes it doesn't... and I haven't changed a line of code between