无法解决播放服务v 7.0.0及更高版本

时间:2015-09-16 13:30:55

标签: android android-studio google-play-services android-gradle build.gradle

我正在尝试将Gradle与以下依赖项同步

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

但是它给出了以下错误

enter image description here

点击屏幕截图中提供的链接后,会打开并说明以下内容

enter image description here

我无法解决这个问题。 我的Android Repo和所有支持库都已更新。 TIA

0 个答案:

没有答案