Solution 1 :
Maybe look at this.
Your antivirus might be a cause. if not, try restarting your pc (your cache files might be locked in a process and restarting might free them up) if that still doesn’t solve it, try manually deleting the mentioned cache files.
Solution 2 :
I have also faced the same problem after switching the flutter channel from dev to stable.
What worked for me is-
- switch the flutter channel again to dev
- after that switched to again stable.
Problem :
Ive tried cleaning the whole set by running flutter clean
then flutter pub get
at the terminal, but the problem still persist. Don’t know what else to do, although the problem started when I upgraded to flutter version 3.o.1
And it keep showing this
"Failed to execute org.gradle.cache.internal.AsyncCacheAccessDecoratedCache$$Lambda$365/[email protected]
org.gradle.api.UncheckedIOException: Could not add entry 'C:UsersAdmin.gradlecachesjars-977f1b6119df996df354847f2f9be857a' to cache file-access.bin (C:UsersAdmin.gradlecachesjournal-1file-access.bin)."
Comments
Comment posted by tareq albeesh
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it’s currently written, it’s hard to tell exactly what you’re asking.
Comment posted by Tenny
failed to execute org.gradle.cache.internal.AsyncCacheAccessDecoratedCache$$Lambda$368/[email protected] org.gradle.api.UncheckedIOException: Could not add entry ‘C:UsersAdmin.gradlecachesjars-9843b8db92378e58b7864a9be7e9c8ded’ to cache file-access.bin (C:UsersAdmin.gradlecachesjournal-1file-access.bin). at org.gradle.cache.internal.btree.BTreePersistentIndexedCache.put(BTreePersistentIndexedCache.java:162) at org.gradle.cache.internal.DefaultMultiProcessSafePersistentIndexedCache.lambda$put$1(DefaultMultiProcessSafePersistentIndexedCache.java:67)
Comment posted by Tenny
that is the error that i was getting while work after upgrading to version 3.0.2
Comment posted by Tenny
ive tried tracing the cache, i found none