[android-developers] Re: play video error

2009-04-04 Thread Marco Nelissen
What do you mean by windows flat form? If you want to play a file in the emulator, you will have to create an sd card image, copy the file to it, and then run the emulator with that sd card image. You cannot play a file directly off your C: drive. On Fri, Apr 3, 2009 at 10:49 PM, Nithin

[android-developers] Re: play video error

2009-04-04 Thread Nithin Varamballi
Thank you sir NIthin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: play video error

2009-04-03 Thread Dave Sparks
It's pretty obvious that the path to your video file is located on your Windows workstation. You have to remember the emulator is running Linux in an emulation of an ARM processor. It doesn't have access to the files on your workstation. You need to copy the video file to the SD card emulation

[android-developers] Re: play video error

2009-04-03 Thread Nithin Varamballi
Hi.. Can you tell me that how to run video file in android emulator. I am using windows flat form. It is possible to run video file in android emulator using windows flat form... If possible please tell me how to run...