SoLoader: Fatal Exception: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libimagepipeline.so
Fatal Exception: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libimagepipeline.so caused by: dlopen failed: "/mnt/expand/7c0f06c2-1644-460f-8533-efe2fb639ade/user/0/com.studio/lib-main/libimagepipeline.so" is 32-bit instead of 64-bit
at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SourceFile:703)
at com.facebook.soloader.SoLoader.loadLibraryBySoName(SourceFile:564)
at com.facebook.soloader.SoLoader.loadLibrary(SourceFile:500)
at com.facebook.soloader.SoLoader.loadLibrary(SourceFile:455)
at com.facebook.imagepipeline.nativecode.ImagePipelineNativeLoader.load(SourceFile:40)
at com.facebook.imagepipeline.memory.NativeMemoryChunk.(SourceFile:31)
at com.facebook.imagepipeline.memory.NativeMemoryChunkPool.alloc(SourceFile:25)
at com.facebook.imagepipeline.memory.NativeMemoryChunkPool.alloc(SourceFile:13)
at com.facebook.imagepipeline.memory.BasePool.get(SourceFile:267)
at com.facebook.imagepipeline.memory.MemoryPooledByteBufferOutputStream.(SourceFile:51)
at com.facebook.imagepipeline.memory.MemoryPooledByteBufferFactory.newByteBuffer(SourceFile:73)
at com.facebook.imagepipeline.memory.MemoryPooledByteBufferFactory.newByteBuffer(SourceFile:24)
at com.facebook.imagepipeline.cache.BufferedDiskCache.readFromDiskCache(SourceFile:373)
at com.facebook.imagepipeline.cache.BufferedDiskCache.access$400(SourceFile:35)
at com.facebook.imagepipeline.cache.BufferedDiskCache$2.call(SourceFile:193)
at com.facebook.imagepipeline.cache.BufferedDiskCache$2.call(SourceFile:174)
at bolts.Task$4.run(SourceFile:357)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at com.facebook.imagepipeline.core.PriorityThreadFactory$1.run(SourceFile:51)
at java.lang.Thread.run(Thread.java:818)
ndk {
abiFilters 'armeabi-v7a'
}
SoLoader version. [0.5.1]
I think this is relevant/cause of https://github.com/facebook/fresco/issues/2296 pls check
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 16 (2 by maintainers)
@zetbrush could you tell me which version of the Android Gradle Plugin you were using? Recently we ran into a similar issue when updating from AGP
3.2.0
to3.4.0
. I found that using either AGP3.3.0
or3.4.0
would cause this crash, however3.2.0
would successfully find the .so file