FAILURE: Construct failed with an exception.
- What went fallacious:
Couldn’t decide the dependencies of process ‘:app:compileDebugJavaWithJavac’.
Couldn’t resolve all process dependencies for configuration ‘:app:debugCompileClasspath’.
Couldn’t discover com.airbnb.android:lottie:5.1.4.
Required by:
My bundle.json
enter picture description right here
construct.gradle
enter picture description right here
gradle.properties
enter picture description right here
I attempted to construct react native android apk file with command:
- cd android
- ./gradlew clear
- ./gradlew construct
I need to construct the file android apk, Please assist,
Thanks everybody.