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

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -