【发布时间】:2017-05-13 13:26:38
【问题描述】:
我正在此链接https://www.simplifiedcoding.net/firebase-cloud-messaging-tutorial-android/ 中试用 Firebase 云消息传递应用程序
我已经完成了文章中提到的所有配置更改和编码。但是,当我运行我的应用程序时,我会在日志中看到以下几行:
W/InstanceID/Rpc: 无响应 android.os.ConditionVariable@da895ac
D/FirebaseInstanceId:后台同步失败:TIMEOUT,20s 后重试
我没有获得 Firebase 令牌。我检查了 NETWORK_PROVIDER 是否可用。我可以在我的“Nexus 5X API 25 x86”模拟器上获取地图和浏览。该模拟器具有 Google Play 服务并基于 Google API。
有人遇到过超时问题吗?你是怎么解决的?任何指针将不胜感激。
【问题讨论】: