I use System.loadLibrary
to load a *.so
file, but I got this error:
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN7android4base10LogMessageC1EPKcjNS0_5LogIdENS0_11LogSeverityES3_i" referenced by "/data/app/com.xx.xx- 2LZ9X_IvwSNdsAL5OnmZ_w==/lib/arm64/libhidlbase.so"
What could cause this? Can you help me?
I also wrote Android source code to get vts case, and when I ran the binary test file on my phone, I also got this problem.