Gradle Error:Execution failed for task ‘:app:processDebugGoogleServices’

I’v got a same issue. but Now I’m fixed.

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

because “com.android.application” package already has same package.

Leave a Comment