B4A Library SimpleLottieB4A (AXrLottie)

Error AXrLottie:
java.lang.UnsatisfiedLinkError: No implementation found for long com.aghajari.rlottie.AXrLottieNative.create(java.lang.String, int, int, int[], boolean, boolean) (tried Java_com_aghajari_rlottie_AXrLottieNative_create and Java_com_aghajari_rlottie_AXrLottieNative_create__Ljava_lang_String_2II_3IZZ)



Edited and simplified version of the AXrLottie source for compatibility with Api34
, I hope it will be helpful .

Original developer link :
AXrLottie

You can download the library and aar file from the main developer link

 

Attachments

  • SimpleLottieB4A.zip
    18.5 KB · Views: 49

Ishmael

Member
I believe you meant to say a new example. Because the library still works even with sdk 34, and works with your example

PS: You didn't add your modified library, but the code works
 

intellvold

Member
Licensed User
I believe you meant to say a new example. Because the library still works even with sdk 34, and works with your example

PS: You didn't add your modified library, but the code works
Yes, I noticed this after checking the source. My problem is only interference with androidx, which has been resolved. Thank you for looking into this matter
 
Last edited:

mcqueccu

Well-Known Member
Licensed User
Longtime User
I think what Ishmael is asking it what did you modify in the library?.

Anyways, the library works with SDK 34. I have a cross platform example here, you can check it out too
 
Top