I have ported a C shared library to Android using SWIG and the Android-NDK
In order to test some my library API I need to be able to specify files, e.g. to load data from
I am currently doing all my development using an emulator (I don't have a smartphone) and am wondering how I can:
a) move files on to the emulator (possibly adb shell mv?)
b) access those files from my Java code
any pointers gratefully received