koral-- / android-gif-drawable

Views and Drawable for displaying animated GIFs on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/com.app.my_app_package_name/app_lib/libpl_droidsonroids_gif.so" is 64-bit instead of 32-bit

RishabhSRS opened this issue · comments

Hello @koral--
I am facing this crash , can you please guide me how to fix it ?

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/com.app.my_app_package_name/app_lib/libpl_droidsonroids_gif.so" is 64-bit instead of 32-bit
at java.lang.Runtime.load0(Runtime.java:929)
at java.lang.System.load(System.java:1625)
at pl.droidsonroids.relinker.SystemLibraryLoader.loadPath(SystemLibraryLoader.java:29)
at pl.droidsonroids.relinker.ReLinkerInstance.loadLibraryInternal(ReLinkerInstance.java:204)
at pl.droidsonroids.relinker.ReLinkerInstance.loadLibrary(ReLinkerInstance.java:136)
at pl.droidsonroids.relinker.ReLinker.loadLibrary(ReLinker.java:70)
at pl.droidsonroids.relinker.ReLinker.loadLibrary(ReLinker.java:51)
at pl.droidsonroids.gif.LibraryLoader.loadLibrary(LibraryLoader.java:52)
at pl.droidsonroids.gif.GifInfoHandle.(GifInfoHandle.java:27)
at pl.droidsonroids.gif.GifDrawable.(GifDrawable.java:161)
at pl.droidsonroids.gif.GifDrawable.(GifDrawable.java:96)

Please attach a project which reproduces this issue and tell on which device and Android version you are testing on.

Device Name - Samsung Galaxy S10+
Android Version - 10 (Q)

Please attach a project which reproduces this issue

This is still missing.

hey, due to our company policies I am unable to attach project name but I can provide you with gif that we are using as this crash was reported in crashlytics on real-user end, could you please help me out ?

I mean the reproducer project - a code sample which reproduces the issue.
The affected GIF file should be a part of it.
Only GIF may or may not be sufficient for me to investigate the cause.

Closing due to the lack of reproduce steps.