I have problem with my lottie XML, is null this my code:
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/animationView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:lottie_rawRes="@raw/animation"
app:lottie_autoPlay="true"
app:lottie_loop="true"/>
This is my gradle implementation of Lottie:
implementation "com.airbnb.android:lottie:3.4.0"
This is the error (image SS code)