Answers for "Execution failed for task ':app:checkDebugAarMetadata'"

12

Execution failed for task ':app:processDebugGoogleServices'.

You should delete a line apply plugin: 'com.google.gms.google-services'

because "com.android.application" package already has same package.
Posted by: Guest on September-18-2020
0

Execution failed for task ':app:checkDebugAarMetadata'. react native

configurations.all { 
  resolutionStrategy {
    force 'androidx.core:core-ktx:1.6.0'
  }
}
Posted by: Guest on November-16-2021

Code answers related to "Execution failed for task ':app:checkDebugAarMetadata'"

Browse Popular Code Answers by Language