gpt4 book ai didi

android - 找不到 ID 为 'com.google.gms.google-services' 的插件

转载 作者:太空狗 更新时间:2023-10-29 15:37:50 28 4
gpt4 key购买 nike

我第一次在我的应用程序( ionic 平台)中使用谷歌服务。我正在关注这个 doc .在构建我的应用程序时,我收到以下错误消息。请帮忙。谢谢。

评估脚本时出现问题。

Plugin with id 'com.google.gms.google-services' not found.

最佳答案

请按如下方式更新您的顶级 build.gradle 和您的应用级 build.gradle 文件,将插件添加到您的项目中:

  1. Add the dependency to your project-level build.gradle:
classpath 'com.google.gms:google-services:3.0.0'
  1. Add the plugin to your app-level build.gradle:
apply plugin: 'com.google.gms.google-services'

有关这方面的更多信息,请参阅 GCM - Set up a GCM Client App on Android .

除此之外,GitHub 中提供的指南或解决方法 - GCMPushPlugin也可能有帮助。

关于android - 找不到 ID 为 'com.google.gms.google-services' 的插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38611257/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com