Saturday, April 9, 2011

Accessing Emulator File System

In Eclipse, we are wondering where those files or mounted drive save at?
Is it any folders in Windows? Is not actually a folder, I can said is kinda virtual.

This post shows you how to enter the file system.
Is very easy actually.

Launch your emulator,
Window > Open Perspective > DDMS
or you may find an android at the top right like below


Please look for the File Explorer, all of the files and folder are located there.
If you would like to find all files that created during your testing and saved into the emulator, please find it under
data/data/your project package/files

If you want to check for the external storage or new mounted volume like sdcard, please find it under
mnt/
(at least mnt/sdcard/LOST.DIR will be available if you inserted any sdcard into the project, want to know how, please go add sdcard in android emulator / setup sdcard)

No comments:

Post a Comment