Neela
Neela

Reputation: 1348

Android Emulator - how to view file in Emulator which transfered from computer to emulator

I have pushed file in to emulator's sdcard from computer. I need to view that file in emulator. But the file is not listed. I dont know how to find its path. I mean we dont have something like "My files" in emulator. So how can we view the file? Pictures are getting listed in the gallary. But for other files? Please help me on this.

Upvotes: 2

Views: 5299

Answers (2)

Cartesian Theater
Cartesian Theater

Reputation: 1970

What I would do is download a file explorer app apk (here's where you can get one). Then follow these instructions to install the apk on your emulator. Use that to explore files directly on your emulator.

Upvotes: 4

David M
David M

Reputation: 2541

the DDMS view has a "File Explorer" tab. in it you will see the file structure. check /mnt/sdcard (or similar) for your file. there are icons that will allow you to Push and or Pull files to and from the emulator.

Upvotes: 5

Related Questions