I'm pretty new to android studio and I am doing my project and I am stuck because of this error and cant find a solution anywhere
Some problems were found with the configuration of task ':app:processDebugGoogleServices' (type 'GoogleServicesTask').
“Execution failed for task ':app:processDebugGoogleServices'.” Code Answer’s 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. because "com.android.application" package already has same package.
Type 'GoogleServicesTask' field 'intermediateDir' without corresponding getter has been annotated with @OutputDirectory. Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
> Configure project :app WARNING:: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed in version 7.0 of the Android Gradle plugin.
in build.gradle(Project Level) try upgrade google-services in dependencies
'com.google.gms:google-services:4.3.8'
this upgrade as mentioned in here Firebase
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With