Error to load xml file

I have set up a flutter project but when i run it i get this error:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
   > Android resource linking failed
     C:\Windows\System32\learningdart\build\app\intermediates\packaged_manifests\debug\AndroidManifest.xml: error: failed to load XML file: The system cannot find the file specified. (2).

I located the .xml file in the disk but i dont know what to do with it to fix the problem. Any help?

I guess it is not under C:\Windows\System32 where it is searched for.
So it seems you somewhere maybe configured something wrong.
But this does not sound like a Gradle issue.
You should probably ask in some Flutter or Andrdoid community.

Thanks for answering. Now that you mentioned it everytime i open vs code i get a message to configure the project but i always skip it because i dont know what i should do. Maybe thats the problem?

I have no idea what that message might mean, I use a proper IDE, not a fancy text editor. :slight_smile:
But I doubt it is related.
But as I said, a Flutter or Android community probably can tell you better what is wrong in your setup.