FAILURE: Build failed with an exception.
- What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not find com.airbnb.android:lottie:5.1.4. Required by:
My package.json enter image description here
build.gradle enter image description here
gradle.properties enter image description here
I tried to build react native android apk file with command:
- cd android
- ./gradlew clean
- ./gradlew build
I want to build the file android apk, Please help, Thank you everyone.