gpt4 book ai didi

android - 无法为谷歌应用邀请构建项目

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:01:35 28 4
gpt4 key购买 nike

我正在尝试这个 Google 应用邀请功能,但我无法让它工作。

我按照https://developers.google.com/app-invites/android/guides/app的步骤操作建议,但我很快遇到找不到 'com.google.gms:google-services:1.0' 的问题,所以我关注了 Error: Could not find com.google.gms:google-services:1.0. when adding google service plugin in build.gradle in android studio gradle 继续构建,但后来我遇到了这个错误:

enter image description here

我遵循了这个答案:Android Studio: failed to complete gradle execution, cause is empty甚至尝试使用 -Xmx512m 选项,但问题仍然存在......任何有类似问题的人试图构建将应用程序邀请放入他们的应用程序并且甚至无法构建项目?

编辑:我没有设法解决问题,但我确实设法让应用程序邀请工作。我不需要执行 App Invites 谷歌指南中的这些步骤:

Add the dependency to your project's top-level build.gradle: classpath 'com.google.gms:google-services:1.3.0-beta1' Add the plugin to your app-level build.gradle: apply plugin: 'com.google.gms.google-services'

像这样,gradle 不会失败,因为我只需要将 google play services 依赖项添加到应用程序级别的 build.gradle 文件中。

最佳答案

我通过不包括整个播放服务解决了这个问题。而不是:

compile 'com.google.android.gms:play-services:7.5.+'

输入:

compile 'com.google.android.gms:play-services-appinvite:7.5.+'

顺便说一句,您说您通过不使用 google-service 插件解决了您的问题。你检查过你可以发送邀请吗?如果插件不加载配置文件,它是如何工作的?

关于android - 无法为谷歌应用邀请构建项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30595031/

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