I have just started to use android studio, so I don't have much experience, and I'm getting some errors when I try to run any project, even the most simple one like Hello World. I've been trying to find the cause but I can't find it. The errors I get is this:
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform artifact 'customview.aar (androidx.customview:customview:1.0.0)' to match attributes {artifactType=android-compiled-dependencies-resources}.
> Execution failed for AarResourcesCompilerTransform: C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\7462826920a444bc012a531aa0e2732f\customview-1.0.0.
> C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\7462826920a444bc012a531aa0e2732f\customview-1.0.0\AndroidManifest.xml
> Failed to transform artifact 'customview.aar (androidx.customview:customview:1.0.0)' to match attributes {artifactType=android-compiled-dependencies-resources}.
> Execution failed for AarResourcesCompilerTransform: C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\7462826920a444bc012a531aa0e2732f\customview-1.0.0.
> C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\7462826920a444bc012a531aa0e2732f\customview-1.0.0\AndroidManifest.xml
> Failed to transform artifact 'interpolator.aar (androidx.interpolator:interpolator:1.0.0)' to match attributes {artifactType=android-compiled-dependencies-resources}.
> Execution failed for AarResourcesCompilerTransform: C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\aff4cda642e9b4135c366a5a833fc1b9\interpolator-1.0.0.
> C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\aff4cda642e9b4135c366a5a833fc1b9\interpolator-1.0.0\AndroidManifest.xml
> Failed to transform artifact 'core-runtime.aar (androidx.arch.core:core-runtime:2.0.0)' to match attributes {artifactType=android-compiled-dependencies-resources}.
> Execution failed for AarResourcesCompilerTransform: C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\271101febb7091720500cb88bb508af9\core-runtime-2.0.0.
> C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\271101febb7091720500cb88bb508af9\core-runtime-2.0.0\AndroidManifest.xml
> Failed to transform artifact 'core-runtime.aar (androidx.arch.core:core-runtime:2.0.0)' to match attributes {artifactType=android-compiled-dependencies-resources}.
> Execution failed for AarResourcesCompilerTransform: C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\271101febb7091720500cb88bb508af9\core-runtime-2.0.0.
> C:\Users\alma_\.gradle\caches\transforms-2\files-2.1\271101febb7091720500cb88bb508af9\core-runtime-2.0.0\AndroidManifest.xml
Can anyone give some advise about my problem