I've been forever tried to solve this problem. Anyone has suggestion to solve this matter? The path seems fine and good for me but the it seems there is res linking problem and idk how to solve it

* 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\MindGames\platforms\android\app\build\intermediates\packaged_manifests\debug\AndroidManifest.xml: error: failed to load XML file: The system cannot find the file specified. (2).

Are you sure the path is fine and correct?
It seems very unlikely that it is in any way a good idea to have a Gradle project somewhere under C:\Windows\System32.
If it really is correct, I advice to just move the project to a sane place and try it there again.
And if it sill does not work, it might be a better idea to ask in some Android community, as this is a highly Android-specific question.