Skip to content

dlopen failed: library "libbitherjni.so" not found #8

Description

@thundertrick

This issue only happens on oppo r9m currently. Bellowing is the crash log:

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:304)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libbitherjni.so" not found
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:988)
at com.light.compress.LightCompressCore.<clinit>(LightCompressCore.java:18)
at com.light.core.LightCompressEngine.compress2Bitmap(LightCompressEngine.java:32)
at com.light.proxy.BitmapCompressProxy.compress(BitmapCompressProxy.java:55)
at com.light.proxy.BitmapCompressProxy.compress(BitmapCompressProxy.java:38)
at com.light.body.Light.compressImage(Light.java:173)
at com.light.body.Light.compress(Light.java:146)

I looked into LightCompressCore.java but found bitherjni no where.

For more info, here is my build.gradle:

//...
        ndk {
            abiFilters "armeabi-v7a", "arm64-v8a"
        }
//...
    implementation('com.noober.light:core:1.2.2') {
        exclude group: 'com.android.support'
    }
//...

Update
Now the crash is found on OPPO R9M, VIVO X6SA and OPPO A59S.
OS Version ranges from 5.0 to 5.1.
All of them are arm64-v8a

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions