Re: [android-beginners] Is there a way to add Video files to my application

2009-12-13 Thread me,Ramesh Yankati
Yes You can do it. use command $ adb push yourfile sdcard/yourfoldername. Ensure that phone should be connected to system. before pushing check adb devices command. Regards Ramesh On 12/11/09, Yousuf Syed yousuf.syed@gmail.com wrote: Hi, I am developing an application where in I

[android-beginners] Is there a way to add Video files to my application

2009-12-10 Thread Yousuf Syed
Hi, I am developing an application where in I need to display video files in a video player. I need to push the video files on to the sdcard of the emulator in order for my application to play those videos. if this application is deployed on an android phone I need to push the files on that too.