java.lang.UnsatisfiedLinkError: dlopen failed: /lib/arm64/libc++_shared.so not found
1. Error description
When using other so libraries, sometimes you may encounter libc++_shared.so library cannot be found:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.niuba.demo-t5NvrZc62MoQOW2PzC1Rvw==/lib/arm64/libc++_shared.so" not found
2. Cause of error
The so library used depends on the libc++_shared.so library file
3. Solutions
Go to any ndk version directory in the ndk directory, there are various versions in the llvm-libc++\libs directory
For example:
ndk\23.1.7779620\sources\cxx-stl\llvm-libc++\libs
Read More:
- [Solved] Non-fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library “libmmkv.so“ not found
- error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
- ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.23‘ not found
- [Solved] error while loading shared libraries: libopencv_highgui.so.3.4: cannot open shared object file…
- [Samtools] Run error: error while loading shared libraries: libcrypto.so.1.0.0 or libncurses.so.5 or libtinfow.so.5
- Using rpm to install WGet in CentOS 6.5 libc.so .6(GLIBC_ 2.14)(64bit) is needed by wget-1.14-18.el7_6.1.x86_sixty-four
- ./popins2: error while loading shared libraries: libbifrost.so: cannot open shared object file: No such file or directory
- [Solved] curl error while loading shared libraries libcrypto.so.1.0.0
- [Easy Solution] flutter Run Error: library “libflutter.so“ not found
- [Solved] ./my_cmake_exe: error while loading shared libraries: libswresample.so.4: cannot open shared object file: No such file or directory
- [619]libgtk-3.so.0 or libXt.so.6: cannot open shared object file: No such file or directory
- DM Install Error: error while loading shared libraries: libdmnsort.so:
- Hive ERROR Failed with exception java.io.IOException:java.lang.IllegalArgumentException
- ffmpeg:error while loading shared libraries: libopenh264.so.5
- [Solved] import mxnet Error: OSError: libcudart.so.8.0: cannot open shared object file: No such file or directory
- [Solved] QT error: //usr/local/lib/libvtkCommonCore-9.1.so.1: error adding symbols: DSO missing from command
- Java.lang.AbstractMethodError: org.mybatis.spring.transaction.SpringManagedTransaction.getTimeout()Ljava/lang/Integer; error resolution
- [Solved] .java.lang.IllegalArgumentException: requirement failed: Can only call getServletHandlers on a runn
- [Solved] java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/util/ByteArrayBuffer