Hellow! My application is running in the emulator and processes XML file. How I can drag and drop a file with the result to my computer. In the emulator i can not see file explorer. When I use a real smartphone app works great. But I can not conect phone to PC and so I can not overwrite files from my phone
Within your SDK you should have a tools-folder (something like C:\Android\android-sdk\tools) where you can find a program called Android Device Monitor. You launch it by executing monitor.bat.
The program has a file-explorer and you can push and pull files between devices (including emulator) and your computer. It includes some other nice tools too.