【发布时间】:2016-10-25 20:50:43
【问题描述】:
我正在尝试在 android 项目中实现 firebase,但总是得到:
Google Play 服务已过时。 Requires 9877000 but found 9683480
我的 graddle 项目/应用文件如下所示:
...
compile 'com.google.firebase:firebase-core:9.8.0'
compile 'com.google.firebase:firebase-database:9.8.0'
compile 'com.google.firebase:firebase-auth:9.8.0'
}
apply plugin: 'com.google.gms.google-services'
和
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.google.gms:google-services:3.0.0'
我使用 API 23 和目标创建了 Nexus S 模拟器:Android 6.0 (Google APIs) x86_64
内部模拟器 Google App Services 版本是 9.6.83
我应该怎么做才能运行 firebase,因为我不知道要安装或更新什么了:/
我是 android 新手,不知道我是否遗漏了一些小东西。
【问题讨论】:
标签: android firebase firebase-authentication