-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels