I am writing an android Native project which generate an executable file (compiled with both ndk r10e and ndk r12b), and when i try to run the generated executable it generates an error that it is not able to open it:
dlopen failed: library "libtest.so" not found
Obviously "/my/system/path/libtest.so" exist and has the right permissions ( 666 for example ).
This appens only in one of my devices. I have tested it in more than 10 devices and it seems to run perfectly.
I am not able to find out why this error is coming.
Please help me.