Run my project using emulator in android studio

when i try to run my project using emulator in android studio: output

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* What went wrong:
Multiple build operations failed.
    Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\9f4019365e99a1deb70ccc734691b687-810dca97-a679-43f9-8438-d091f0a54772) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\9f4019365e99a1deb70ccc734691b687)
    Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\e3cc0312453dce171734d5ee3ea8ab90-93464393-7c96-4ff9-a41b-1c0108135c15) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\e3cc0312453dce171734d5ee3ea8ab90)
    Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\a284c463134712b5261979ee65ecb8dc-d2a55741-2fb8-4fdf-9465-dac02510f0cb) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\a284c463134712b5261979ee65ecb8dc)
    Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\a9499f967455a7c4e8d268549fc01295-d4ec6360-4d29-4dc8-b660-fcd20fc35e65) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\a9499f967455a7c4e8d268549fc01295)
> Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\9f4019365e99a1deb70ccc734691b687-810dca97-a679-43f9-8438-d091f0a54772) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\9f4019365e99a1deb70ccc734691b687)
> Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\e3cc0312453dce171734d5ee3ea8ab90-93464393-7c96-4ff9-a41b-1c0108135c15) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\e3cc0312453dce171734d5ee3ea8ab90)
> Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\a284c463134712b5261979ee65ecb8dc-d2a55741-2fb8-4fdf-9465-dac02510f0cb) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\a284c463134712b5261979ee65ecb8dc)
> Could not move temporary workspace (C:\Users\username\.gradle\caches\8.10\transforms\a9499f967455a7c4e8d268549fc01295-d4ec6360-4d29-4dc8-b660-fcd20fc35e65) to immutable location (C:\Users\username\.gradle\caches\8.10\transforms\a9499f967455a7c4e8d268549fc01295)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 6s

Please at least do a minimal research before asking questions. Not doing so is one of the main characteristics of a help vampire. If you did, you would have found many threads regarding this issue here already and also on the community Slack and in the end the two issues "Immutable workspace contents have been modified" failure when workspace contents are not modified · Issue #28475 · gradle/gradle · GitHub and Temporary workspace cannot be moved to immutable location when files left open on Windows · Issue #27844 · gradle/gradle · GitHub so you probably need to upgrade Gradle to 8.11.1, downgrade Gradle, or disable your anti-virus on those directories. See the issues for more information.