I am developing an Android App that plays some sounds. For that I am creating an object of MediaPlayer. Below is the code:
mp = MediaPlayer.create(this, R.ra
Your file uses WAVE 8,000Hz MP3 8 kbit/s format, while android supports only 8- and 16-bit linear PCM: http://developer.android.com/guide/appendix/media-formats.html.
Try fixing your file.