I have an MP3 in my sdcard and I need to use its path for my setdatasource command. I have tried mp.setDataSource("/mnt/media_rw/sdcard/mymusic/thebomb.mp3");
along with many variations but it still won't work. And I don't think it has to do with the rest of the code.
How would I accomplish this?