Execution failed for task ':app:processDebugResources'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Failed to transform core-1.6.0.aar (androidx.core:core:1.6.0) to match attributes {artifactType=android-compiled-dependencies-resources, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Execution failed for AarResourcesCompilerTransform: C:\Users\user.gradle\caches\transforms-3\4ca28c4a71705f8a687c69dda140a277\transformed\core-1.6.0. > AAPT2 aapt2-7.2.0-7984345-windows Daemon #0: Daemon startup failed Please check if you installed the Windows Universal C Runtime. This should not happen under normal circumstances, please file an issue if it does.
Flutter version 3.7.10 and Dart version 2.19.6
I have installed Windows Universal C Runtime using Visual studio installation community version. But still facing the same issue. If anybody has any other solution to resolve this issue kindly let me know
This may be helpful:
https://cazimirroman.medium.com/how-to-solve-the-execution-failed-for-aarresourcescompilertransform-issue-in-android-studio-90b7819facaa
Basically it's saying you could run as admin and/or restart the PC.