Closed SMKH-PRO closed 6 months ago
clean installing the libraries resolved the issue for me.
Hello, i'm having the exact same error, update done with Rn Diff Helper, too, how did you fix it by "clean installing the libraries" would help me, thanks.
Make sure you use the correct path in android/settings.gradle
from :
includeBuild('../node_modules/react-native-gradle-plugin')
to :
includeBuild('../node_modules/@react-native/gradle-plugin')
Environment
Things I’ve done to figure out my issue
I manually copy pasted the differences from the helper into my code. I have verified multiple times to have copied the correct code couldn't find my mistake.
Upgrading version
From 0.72.3 to 0.74.1
Description
Getting this error and build is failing:
FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring root project 'MyApp'.
Reproducible demo
Main branch of this repo: https://github.com/SMKH-PRO/ReactNative_CodePush_Template