Aghajari / AXrLottie

AXrLottie (Android) Renders animations and vectors exported in the bodymovin JSON format. (Using rLottie)
Apache License 2.0
147 stars 26 forks source link

Getkeepsafe: Could not find libjlottie.so #23

Closed zls1988 closed 1 year ago

zls1988 commented 1 year ago

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