koral-- / android-gif-drawable

Views and Drawable for displaying animated GIFs on Android
Other
9.51k stars 1.78k forks source link

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 #815

Closed RishabhSRS closed 1 year ago

RishabhSRS commented 1 year ago

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)

koral-- commented 1 year ago

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

RishabhSRS commented 1 year ago

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

koral-- commented 1 year ago

Please attach a project which reproduces this issue

This is still missing.

RishabhSRS commented 1 year ago

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 ?

koral-- commented 1 year ago

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.

koral-- commented 1 year ago

Closing due to the lack of reproduce steps.