【发布时间】:2016-12-12 11:43:28
【问题描述】:
我正在使用 Firebase 制作一个 Android 应用程序。这些是导致问题的行:
dependencies {
compile 'com.google.firebase:firebase-core:10.0.1'
compile 'com.google.firebase:firebase-auth:10.0.1'
我收到此错误:
Google Play services out of date. Requires 10084000 but found 9879470.
我在模拟器上运行应用程序。似乎无法在模拟器上更新 GPS,因为它没有 Google Play 商店。
在 SDK Manager 中,显示 Google Player 服务的版本是 38。
也没有明显的更新方法。
【问题讨论】: