简体   繁体   中英

AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libandroidicu.so" not found

I am using a Google Pixel 2 running Android 10. The mobile is rooted.

When I install my app its giving the error AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libandroidicu.so" not found

So I looked for libandroidicu.so in /system/lib/ but its not present there.

From where can I get this libandroidicu.so file?

Updating the ndk version can help

The same problem on github has a solution: https://github.com/google/oboe/issues/421

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM