> 在 org.gradle.api.Project 类型的项目“:app”上找不到参数 [com.google.gms.google-services] 的方法 apply()

> Could not find method apply() for arguments [com.google.gms.google-services] on project ':app' of type org.gradle.api.Project

提问人:anam zaki 提问时间:9/9/2022 更新时间:9/10/2022 访问量:1713

问:

this was the errorThis is the code Build file 'C:\Users\ANAM\AndroidStudioProjects\employeedetails\android\app\build.gradle' line: 25

我尝试升级gradle插件,也尝试删除gradle文件夹。但是错误在应用程序级别的build.gradle文件中的行:25中。

'com.google.gms.google-services'

根据错误,显示在那里。 希望能尽早回复

flutter firebase google-cloud-firestore android-gradle-plugin google-play-services

评论

0赞 SLendeR 9/10/2022
检查这个问题的答案;stackoverflow.com/questions/35311880/......

答:

2赞 AppSolves 9/10/2022 #1

问题是你写了

apply 'com.google.gms.google-services'

而不是

apply plugin: 'com.google.gms.google-services'