user3714257
user3714257

Reputation: 57

Can i view my files in the emulator

I have just started to develop for android. My question is can I view (display) the files of emulator in the emulator but not in DDMS. and thank you for your answer.

I mean

for exemple,this is my situation: I will develop an application android to decode an image and save the pixels of image in the file,so can i view this file. thanks.

Upvotes: 0

Views: 76

Answers (2)

pulina
pulina

Reputation: 56

You can copy files via ADB from device and view as well on your system.

Docs: http://developer.android.com/tools/help/adb.html#copyfiles

Upvotes: 1

marcinm
marcinm

Reputation: 311

Do you mean from program installed on your computer of from emulator directly? If you want to view files from emulator directly you can always install a file manager for example - ES - on your emulator.

Upvotes: 2

Related Questions