如何在我的项目中使用Play服务作为“10.2.0”版本找到库?

时间:2017-02-27 06:09:23

标签: android android-studio gradle google-play

在我的app gradle中,我使用:

10.2.0

但它表示存在使用10.2.0版本的依赖项。但我无法找到这种依赖。

我不想更新到10.2.0,不建议这样做。

如何使用播放服务作为public class Student { private int age; public int getAge() { return age; } public void setAge(int age) { this.age = age; } } 版本找到库?

2 个答案:

答案 0 :(得分:0)

做一件事 -
此选项仅在您使用 Android Studio并在Windows操作系统上使用默认设置

时才有效
  • Ctrl + Shift + F
  • 搜索10.2.0

    你会得到结果。

答案 1 :(得分:0)

compile 'com.google.android.gms:play-services-maps:10.0.1'
compile 'com.google.android.gms:play-services-location:10.0.1'
compile 'com.google.android.gms:play-services-gcm:10.0.1'
compile 'com.google.android.gms:play-services-analytics:10.0.1'

Replace these lines with below line 

compile 'com.google.android.gms:play-services:10.0.0'