I have been using a mp3 file in my application for over 3 weeks and it was working fine.
Now it shows in logcat as unable to create media player
I have to comment out //mp.start(); to make my application work.
Does anyone know what the issue could be?
Thanks
Android VMs are rather finicky, you may want to first try creating a new VM, and starting before you try launching the application. If it works set the new VM as the default.
You will also want to put mp.start() in a try catch block and logd any exceptions. This will also let you display a message to the user on failures without crashing on a published version.