unable to load library at runtime in android application
- by Addy
Hi.
I m working on android application in which I used JNI for native c code.
I build this application on android 2.0 version and ndkr3.
and its work fine.
Now when I changed the android sdk version 1.5 and api version 3 I faced problem of unable to open library libtest_demo.so.
05-13 16:54:23.603: INFO/dalvikvm(1211): Unable to dlopen(/data/data/org.abc.test_demo/lib/libtest_demo.so): Cannot find library
I put the libtest_demo.so file at the same place /data/data/org.abc.test_demo/lib/libtest_demo.so but still problem arise.
please help me..