How to add files to the SD Card in the Android emulator?

android, emulation, file

Solution

if you are using eclipse,

1) Open the Emulator 2) In Eclipse, Select Menu => Window => Show View => Other => Android => File Explorer

It will open File Explorer Window at bottom of the screen.

In File Explorer window, on Top-right, there is push file and pull file option. Push file will push file to emulator and pull file will get the file from emulator.

Problem

So I created a new Android Emulator and now want to add files to the SD card. How do I do that?

Original source

Related problems