:wave: Hello, team! FAILURE: Build failed with an...
# community-support
a
👋 Hello, team! FAILURE: Build failed with an exception. * Where: Settings file 'C:\projects\react-native\AwesomeProject\android\settings.gradle' line: 2 * What went wrong: Error resolving plugin [id: 'com.facebook.react.settings'] > java.io.UncheckedIOException: Could not move temporary workspace (C:\projects\react-native\AwesomeProject\android\.gradle\8.8\dependencies-accessors\569c8b261a8a714d7731d5f568e0e5c05babae10-d23e0783-3f8d-4ec2-82cc-47f9914a2a73) to immutable location (C:\projects\react-native\AwesomeProject\android\.gradle\8.8\dependencies-accessors\569c8b261a8a714d7731d5f568e0e5c05babae10) I am facing this error. How could i fix it?? pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") } plugins { id("com.facebook.react.settings") } extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() } rootProject.name = 'AwesomeProject' include ':app' includeBuild('../node_modules/@react-native/gradle-plugin') this is the codes in settings.gradle file..
a
This worked.. Thank you 👍