Kam*_*icz 22 java android gradle
我的依赖:
compile "com.android.support:appcompat-v7:20.+"
compile 'com.google.android.gms:play-services:5.2.08'
compile 'com.android.support:support-v4:21.0.+'
Run Code Online (Sandbox Code Playgroud)
但仍然:Google Play服务已过时.需要5208000但找到5089036
这怎么可能?
更新这项工作:
compile 'com.google.android.gms:play-services:5.0.89'
Run Code Online (Sandbox Code Playgroud)
要么
compile 'com.google.android.gms:play-services:6.1.11'
Run Code Online (Sandbox Code Playgroud)
要么
compile 'com.google.android.gms:play-services:6.+'
小智 34
将build.gradle中的Google Play服务版本更改为设备或模拟器上的版本.
compile 'com.google.android.gms:play-services:5.0.89'
Run Code Online (Sandbox Code Playgroud)
您需要从设备上的 Play 商店更新 Google Play 服务,如果您没有看到任何更新,请等待发布
或者在 Google 上搜索并安装新的 apk 或使用旧版本,例如 5.0.77 或 5.0.89
| 归档时间: |
|
| 查看次数: |
8265 次 |
| 最近记录: |