Hi,
I am using
SDK 1.0_r1 with Eclipse 3.3(Europa).
I am trying to play a audio/video file - mp4 in the emulator but it displays a message that please provide a "
path" in the Activity.
I have created a sdcard, inserted the mp4 file in that and hardcoded the path in the activity where I play my the MediaPlayer using
mp.start() method.
It gives me
IOException on mp.prepare() before I call start() method.
But it does not take the path that I specify in my Activity?
Do we need to do any settings to play an audio/video file?
Please help.
- Austin