I use the Gesture Build to build some gestures for my app on the Emulator. The generated file is saved in the sdcard, which on my Windows is a img file. How can I load it and get the content?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You can use adb to get files from your emulator.For example if the file is in the root of the sdcard then

adb pull /mnt/sdcard/filename.ext

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.