-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Build failed #47692
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Try cd android |
I have the same problem on all my projects, on 2 different computers, with different versions of Gradle (8.11.1, 8.11, 8.10.2), on projects that were working before without me touching anything. And on WSL it works fine for the same projects, so I think this problem is Windows 11 related. I only have it on Kotlin projects and not on Java projects also, so maybe it's related to the kotlin plugin.
The stacktrace points to an
When I remove the kotlin plugin from the lib buildscript, then I can execute the clean task:
I tried to upgrade the plugin version to 2.0.21: same issue, downgrade to 1.9.25: same issue. Looks like it's a global error when using the kotlin JVM plugin on Windows... |
Description
FAILURE: Build failed with an exception.
Where:
Settings file 'D:\Mobile_App_Devlopment\LetestMobileApp\demo\android\settings.gradle' line: 2
What went wrong:
Error resolving plugin [id: 'com.facebook.react.settings']
BUILD FAILED in 10s
info Run CLI with --verbose flag for more details.
Steps to reproduce
FAILURE: Build failed with an exception.
Where:
Settings file 'D:\Mobile_App_Devlopment\LetestMobileApp\demo\android\settings.gradle' line: 2
What went wrong:
Error resolving plugin [id: 'com.facebook.react.settings']
BUILD FAILED in 10s
info Run CLI with --verbose flag for more details.
React Native Version
0.76.2
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
expo/expo-template-default
Screenshots and Videos
The text was updated successfully, but these errors were encountered: