DEV Community

Mooli m
Mooli m

Posted on

[help] Unable to install this plugin

Hi everyone I'm new to RN.
I'm trying to install this plugin with the latest version of bare RN (0.63)
but I'm getting this error:

info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 1002 file(s) to forward-jetify. Using 8 workers...
info Starting JS server...
info Installing the app...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\mooli.morano\workspace\reactnative\AwesomeProject\node_modules\react-native-ibm-mobilefirst\android\build.gradle' line: 44
* What went wrong:
A problem occurred evaluating project ':react-native-ibm-mobilefirst'.
> Project with path ':react-native-bridge' could not be found in project ':react-native-ibm-mobilefirst'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 5s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbos
e flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
error Command failed with exit code 1.
Enter fullscreen mode Exit fullscreen mode

Any idea how to solve this? (edited)

Top comments (0)