Skip to content Skip to sidebar Skip to footer

Can't Push File To SD Card Using Eclipse Emulator

I'm trying to push a 3GP file to the Eclipse emulator. I open the emulator and in Eclipse go to the DDMS perspective. In File Explorer, I open /mnt and highlight sdcard. I click

Solution 1:

Did you try this?

Go to platform-tools dir

run cmd

adb push yourfile.3gp \sdcard\target_folder

Post a Comment for "Can't Push File To SD Card Using Eclipse Emulator"