Android UnsatisfiedLinkError with libicudata after update ndk to r11 -
i update ndk version r11c. meet unsatisfiedlinkerror when try load shared library. project work fine when use old version of ndk r9c. , didn't use library libicudata.so. don't know why says dlopen failed: library "libicudata.so" not found.
i know ndk removed library, i'm not sure if caused problem.
btw, i'm using sqlite.so in project.
can me explain why happened?
Comments
Post a Comment