unable to load library at runtime in android application
Posted
by Addy
on Stack Overflow
See other posts from Stack Overflow
or by Addy
Published on 2010-05-13T06:31:00Z
Indexed on
2010/05/13
6:34 UTC
Read the original article
Hit count: 283
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..
© Stack Overflow or respective owner