Reputation: 175
Does anyone help me about android emulator? I am trying to push a .mpg file into the sd card but I can not see the file when I run my application. Does emulator support .mpg files?
Secondly, I want to upload a video to asp.net server but I can not send the file and I get the out of memory error in my code. I am using multi part upload. On the other hand this code is able to upload a jpeg file to the server and it was successful.
Upvotes: 2
Views: 2947
Reputation: 6614
to upload a file to emulator instance
DDMS
perspective, by Window -> Open Perspective -> DDMS
File Explorer
tab to get the directory tree of your device.mnt -> sdcard
folder. This is your SD cardUpvotes: 3