Today when I was running my Flutter project I got some unknown error and its solution is not available according to my research. Please tell me if you know how to solve it. Before Today, I was not getting any error like this. Why it happened today only. Is it due to Gradle update? Is Gradle update is automatic? Please solve my queries.
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.tasks.Workers$ActionFacade
> java.nio.file.NoSuchFileException: D:\Projects\Flutter Zone\CovidTraces\build\path_provider\intermediates\res\symbol-table-with-package\debug\package-aware-r.txt
* 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 3m 28s
Exception: Gradle task assembleDebug failed with exit code 1
Thank You:}