I faced with an error at some users, stack trace be like:
java.lang.RuntimeException: Unable to create application my.package.MainApplication: com.getkeepsafe.relinker.c: Could not find 'libjlottie.so'. Looked for: [arm64-v8a, armeabi-v7a, armeabi], but only found: [].
at com.aghajari.rlottie.AXrLottie.init(AXrLottie.java:70)
at my.package.MainApplication.onCreate(MainApplication.kt:45)
As far as i understand getkeepsafe didn't find libjlottie.so lib
We publish the app at google play with app bundle, i have checked aab archive and found that libjlottie.so is persist in arch (arm64-v8a, armeabi-v7a, armeabi - respectively)
Hi!
I faced with an error at some users, stack trace be like:
java.lang.RuntimeException: Unable to create application my.package.MainApplication: com.getkeepsafe.relinker.c: Could not find 'libjlottie.so'. Looked for: [arm64-v8a, armeabi-v7a, armeabi], but only found: [].
at com.aghajari.rlottie.AXrLottie.init(AXrLottie.java:70) at my.package.MainApplication.onCreate(MainApplication.kt:45)
As far as i understand getkeepsafe didn't find libjlottie.so lib
We publish the app at google play with app bundle, i have checked aab archive and found that libjlottie.so is persist in arch (arm64-v8a, armeabi-v7a, armeabi - respectively)
We use: axrLottie - 1.4.0 gradle - 8.1