Reputation: 57
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
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