Android Question how to recive file from emulator to my computer

Valeriy Lakhtin

Member
Licensed User
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
 

moster67

Expert
Licensed User
Longtime User
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.
 
Upvote 0
Top