Hi,
I’ve been seeing the below error since 3691. It is occurring on around 3% of users.
java.lang.UnsatisfiedLinkError - dlopen failed: library “liblua.so” not found
Fatal Exception: java.lang.UnsatisfiedLinkError
dalvik.system.PathClassLoader[DexPathList[[zip file “/data/app/com.app.appname-Y8i7x-wIgriENWqvLdwc9w==/base.apk”],nativeLibraryDirectories=[/data/app/com.app.appname-Y8i7x-wIgriENWqvLdwc9w==/lib/arm64, /system/lib64, /system/product/lib64]]] couldn’t find “liblua.so”
I have extracted the APK and liblua.so exists in the lib folder.
I’m wondering if anyone else has experienced this error and can provide some insight.
Many thanks.