模拟器和当前版本之间的Google Play服务版本差异

时间:2015-08-13 19:46:49

标签: android google-api google-play-services

我一直试图让我的应用程序获取用户的当前位置,但我无法通过谷歌播放服务错误。我在模拟器上安装了Google API 22 x86和Google Play服务。这就是我的依赖项在我的gradle中的样子。

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.google.android.gms:play-services-location:7.5.+'
}

我注意到的一件事是,当我进入设置并查看Google Play服务的版本时,在模拟器中是版本6.7.74。但是,当我尝试将依赖项切换到

compile 'com.google.android.gms:play-services-location:6.7.74'

我的代码中的其他地方收到了错误。特别是在调用与位置API相关的方法时。

0 个答案:

没有答案