gpt4 book ai didi

android - FirebaseCloudMessaging : FirebaseInstanceId background sync failed - SERVICE_NOT_AVAILABLE

转载 作者:IT老高 更新时间:2023-10-28 22:16:42 32 4
gpt4 key购买 nike

我在 Android 中使用 Firebase Cloud Messaging(FCM) API 进行推送通知。当我实现那个时候完美的工作,但现在它找不到google play的服务。

错误是:

FirebaseInstanceId: background sync failed: SERVICE_NOT_AVAILABLE,

请帮我解决一下。我在 gradle 文件中使用了以下依赖项。

dependencies {
compile files('libs/ksoap2-android-assembly-3.4.0-jar.jar')
compile 'com.android.support:appcompat-v7:23.0.0'
compile files('libs/gson-2.2.4.jar')
compile files('libs/activation.jar')
compile files('libs/mail.jar')
compile files('libs/additionnal.jar')
compile 'com.android.support:multidex:1.0.1'
compile 'com.facebook.android:facebook-android-sdk:4.14.0'
compile 'com.google.firebase:firebase-messaging:9.0.2'

compile('com.google.android.gms:play-services:9.0.2') {
exclude group: "play-services-wallet"
exclude module: "play-services-wallet"
exclude group: "play-services-ads"
exclude module: "play-services-ads"
}

}

感谢您花时间阅读本文。

最佳答案

  1. 验证互联网连接
  2. 验证 Android SDK 工具(工具 -> Android -> SDK 管理器 -> SDK 工具选项卡)是否具有“Google Play 服务”最新版本,如果未安装该软件包。然后如果你正在使用模拟器,请停止模拟器并重新启动它。它可以工作

关于android - FirebaseCloudMessaging : FirebaseInstanceId background sync failed - SERVICE_NOT_AVAILABLE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38583278/

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