【发布时间】:2017-02-21 20:16:41
【问题描述】:
我已经下载了一个示例项目。它需要 10.2.0 的播放服务,所以我无法将 build.gradle 中的编译版本更改为较低版本。
我已关注其他 SO 问题:
Android Studio with Google Play Services How to update Google Play Services for Android Studio 2.2 emulators? updating Google play services in Emulator
我还下载了最新的 Google Play 服务,安装必要的 SDK,清理构建项目,同步 Gradle,为我的模拟器使用 API 24 和 API25。
都不起作用,我的 Play 服务仍在使用 10.0.8。以下是我的 Android Studio 设置截图。
【问题讨论】:
标签: android android-studio android-emulator