-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error inflating class pl.droidsonroids.gif.GifImageView #349
Comments
It may be caused by multidex misconfiguration: see #320 |
multidex is enabled and i am using |
Are you using |
i followed all steps and it works now |
OK. |
i have used the same as described in the documentation u shared but have received a crash on fabric |
Heya.., And when i run it android version 9. it run smoothly. i'm not use multidex. |
Could you attach |
yes. and my app smoothly run in my phone (xiaomi note 5, android version 9), please help me sir, |
Hlw sir, |
sir, |
@solaymanislamjahid sorry for the delay and thanks for the sample project. I'll check that. |
does it support androidx ? |
Not sure if I fully understand what do you mean by supporting AndroidX here. |
OK,get it |
Hi @koral--, I'm in the same situation as @solaymanislamjahid. Can you please provide some fixes? |
E/AndroidRuntime: FATAL EXCEPTION: main |
Hi @koral-- I got the following crash randomly on several devices on my published app. It looks like app is unable to find the native
|
Are you using APK or AAB as an installation medium? |
I'm using AAB as installation medium. Device models varies... seen it on Samsung A21s, Huawei Enjoy 9s, Redmi Note 11 Pro and a few other with Android versions 11, 12. |
Sorry for the delay. It looks like the same issue as: https://github.com/koral--/android-gif-drawable/issues/778#issuecomment-1179550565 |
I am using android studio and added
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.2'
in dependencies , it works well for Kitkat+ versions but after adding this in gradle i have inflating error for only kitkat version:this is my stackTrace:
The text was updated successfully, but these errors were encountered: