You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to put the lottie animation inside the assets folder (it crashes if inside the raw folder)
Declare the source to be MenuItem.Source.Assets and don't forget the dataBinding { enabled = true } in the gradle file otherwise you'll end up with Landroidx/databinding/DataBinderMapperImpl; error
Hey!
DataBinding issue when using the library with AndroidX in Kotlin.
Failed resolution of: Landroidx/databinding/DataBinderMapperImpl;
When
dataBinding { enabled = true }
then it risesUnable to parse composition
Also reporter on lottie-android (might be related to JSON reader)
The text was updated successfully, but these errors were encountered: