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 -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -