Hello everyone, I was trying to make a new project...
# community-support
l
Hello everyone, I was trying to make a new project in react native but whenever I try to run-android the following issue arises. I have check the gradle properties, React-native everything looks fine. I have also tried to downgrade the gradle version as mentioned in Stackover but unable to solve the probelm. Assistance in this would be a great help FAILURE: Build failed with an exception. * Where: Settings file 'D:\RealEstate\CRMApp\android\settings.gradle' line: 2 * What went wrong: Error resolving plugin [id: 'com.facebook.react']
Included build 'D:\RealEstate\CRMApp\node_modules\@react-native\gradle-plugin' does not exist.
* 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 1s info Run CLI with --verbose flag for more details. info Stopping server
v
This has not really much to do with Gradle. You try to include a build that does not exist. You probably forgot to add the RN Gradle plugin dependency to your package file or something like that, but you should seek help in a RN community instead.