I am facing this problem, I try Multiple solutions but no luck My build.gradle file consist
compileSdkVersion = 30
targetSdkVersion = 30
I also add following lines in build.gradle
configurations.all {
resolutionStrategy {
force 'androidx.core:core-ktx:1.6.0'
}
}
also, try these https://exerror.com/solved-execution-failed-for-task-appcheckdebugaarmetadata/ also, install node_mudule much time also reset cache and Gradle clean but found no luck if anyone has any solution please update me