[android-developers] playing local 3gp video file causes PVMFErrNotSupported

2009-07-21 Thread Jason Proctor
probably want to make that a nice full file: Uri, perchance >You should specify the full path to the file, not just its name. > > >On Tue, Jul 21, 2009 at 1:58 PM, MannyNS wrote: >> >> Hi everyone, >> >> I plan to have a 3gp video file that will come with the installation >> package, it will

[android-developers] playing local 3gp video file causes PVMFErrNotSupported

2009-07-21 Thread MannyNS
Hi everyone, I plan to have a 3gp video file that will come with the installation package, it will be placed in /files/ subdirectory, and I would like to ask the native Android media player to play it when I want that. Here is what I have planned to do/code: Intent intent = new Intent(android.c