4

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?

stark
  • 51
  • 1
  • 4

1 Answers1

0

Updating the ndk version can help

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

wowandy
  • 1,124
  • 2
  • 10
  • 23