I want to loop a sound without gaps in android. I tried to use the code mediaplayer.setLooping(true) to loop the sound, but there is always a little pause when
mediaplayer.setLooping(true)
this is a bug in the android operating system :( http://code.google.com/p/android/issues/detail?id=18756