-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A problem occurred evaluating settings 'android'. > Parameter specified as non-null is null: method kotlin.text.Regex.replace, parameter input #48789
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.75.4. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Looking at the stacktrace, your project is failing here: Line 17 in a2d8cbf
We would need to see your project or a reproducer to help you further here |
Have you been able to resolve this? I'm facing the same issue all of a sudden. I didn't upgrade React Native version, I'm using 75.4. The project was running fine, except I started working after a few days' break and it won't build on android anymore. In settings.gradle: In android/build.gradle: apply plugin: "com.facebook.react.rootproject"` Gradle 8.8 is used. |
Description
A problem occurred evaluating settings 'android'. > Parameter specified as non-null is null: method kotlin.text.Regex.replace, parameter input
settings.gradle file
Steps to reproduce
Upgraded react native version from 0.71.7 to 0.75.1 with the help of react native upgrade helper
Deleted node-modules, package-lock.json, .gradle & build folder
When I run ./gradlew clean I get the error stated
React Native Version
0.75.1
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
Cannot be shared due to confidentiality
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: