简体   繁体   中英

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.

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM