I am wondering if its possible to get my android application to save a file to a windows file system or is there a simple work around I can adopt?
I am using the android emulator to do tests and I need it to write to the local hard drive so I can do further processing on the file.
I hope this is possible and I appreciate any help.
You can save a file to the emulator’s SD card and then make
adb pull.