Reasons why this may occur:
Antivirus removing the file. look at arrow pointed line, the Gradle file is being deleted by anti-virus.
Android studio is not having privileges to write into the location.
Solutions:
Disable third party antivirus completely or uninstall and disable default windows defender/security also. So, it does not interfere the process of moving/creating files by Gradle or android studio.
Run Android Studio as Administrator
Build->Clean project then Assemble Project
Invalidate Cache and Restart Android Studio and Computer as well