[android-developers] Re: Mp3 file read problem in Real device (G1)

2009-03-18 Thread Dave Sparks
Just in case there is any confusion, your APK is not going to contain the MP3 files that were loaded on the virtual SD card in the emulator. If you want to play MP3's on the device's SD card, you need to install them there, either by copying them from your workstation, downloading them from the

[android-developers] Re: Mp3 file read problem in Real device (G1)

2009-03-18 Thread jayesh
Hello andrioders, After working for few hours, i over come problem of not getting mp3 file from SDCARD of G1 device. instead of passing Path as static String as /sdcard, i pass android.os.Environment.getExternalStorageDirectory().getPath(); above line will give a /sdcard, but make sure that ur