Android Question (Solved) i want to browse emulator directories

Said

Member
Licensed User
Longtime User
Hi,

I am using emulator and i want to browse files in there. Such as images, sd cards etc.

Where are emulator files stored in windows (XP) ?

Regards,

-Said
 

sorex

Expert
Licensed User
Longtime User
probably in a virtual drive image.

altho some emu's might remap the SD stuff to a path on the local drive.
 
Upvote 0

Said

Member
Licensed User
Longtime User
Hmm, how can i check inside ?

I generated some files from program inside emulator and i have to check them and fix my code. But in emulator, (4.4.2) i cant see any file browser :(

Regards,

-Said
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Where did you store the files from your program ?
Do you want to access the files from the program or on the PC ?
To read from within the program you should use the same path name as for saving.
Yo could use the Dialogs library to browse from your program.
From the PC, have a look at chapter 6.4 Exchanging files with the PC in the Beginner's Guide.
 
Upvote 0

Said

Member
Licensed User
Longtime User
Thanks Klaus. Chapter 6.4 solved my problem. I get files from emulator.

And now, i figured i am capturing screen wrong. Now i still have problem but i know what problem is. And i know that, i cant fix problem (i used codesnippet, which i dont know how it works :)).

But tomorrow i am planning to as my real problem in new thread.

Regards,

-Said
 
Upvote 0
Top