Поместите свой lottie json в res / raw и добавьте его в свой xml
app:lottie_rawRes="@raw/your_animation"
Как это
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/check_in_anim"
app:lottie_rawRes="@raw/your_animation"
android:layout_width="wrap_content"
app:lottie_autoPlay="true"
app:lottie_fileName="tenor.json"
app:lottie_loop="true"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true" />
Для получения более подробной информации.официальную документацию вы можете посмотреть здесь