Hello I use Android NDK on Eclipse (Windows) to compile a C program (needed by my Android app). The file is compiled and the executable is created in libs/armeabi folder of my Android project, but when I run the app on the device, there's no trace of it.
The executable is fine, in fact if I rename it to libmyapp.so it's pushed correctly to /data/data/myapp/lib on the device.
Thank you.