-
-
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
Fatal Exception: java.lang.ExceptionInInitializerError #735
Comments
Could you share a minimal project which reproduces this issue along with the info how are you building AABs? |
Hi koral ! |
Hello @koral-- , @alexandre-thauvin ; I am facing similar error on another library. could you check if this is related: KeepSafe/ReLinker#47 |
Thanks @guness for the info. Sorry @alexandre-thauvin for my slowness. |
Hi @koral--. I think I'm having same issue here 😢 |
@Riaxter which library version are you using? |
@koral-- oh, sorry for late reply, I'm using 1.2.19 version
|
@koral-- There is new update for this issue:
|
Good catch @Riaxter ! |
is resolved now? I have the same issue here now. |
Sorry for the lack of answer, but I could not reproduce an issue where the same app on the same device is working when installed from play store but not locally from apk. Regarding the MissingLibrary exception itself, look also here: https://github.com/koral--/android-gif-drawable/issues/778#issuecomment-1179306620 |
Hello ! Thanks for this nice lib !
I have this error on a Nexus 5X Android 8.0.0
I'm using Bundle App (.aab) to deploy on play store. Is it related to this issue
impl:
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.17'
EDIT:
There is the simple implementation:
ivLogo:
The GifImageView is the only view I have in my whole layout.
How I build my AABs:
Build -> Generate Signed APK/AAB -> AAB -> Next (choosing keystone screen) -> release -> Finish
If you need any more information do not hesitate to tell me!
The text was updated successfully, but these errors were encountered: