我正在尝试将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' }
但是它给出了以下错误
点击屏幕截图中提供的链接后,会打开并说明以下内容
我无法解决这个问题。 我的Android Repo和所有支持库都已更新。 TIA