• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Trouble with playing audio from file

AndroiDev

Lurker
Jun 9, 2010
8
0
Hi folks,

When the .mp3 file was in the res/raw folder, it played fine but when I tried to play it from another source using :

final String = " D:\\sample.mp3";
MediaPlayer mp = new MediaPlayer();
mp.setDataSource(path);
mp.prepare();
mp.start();

it doesn't play.

What could be the problem?
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones