android studio中的错误:无法解析':app @ debug / compileClasspath'的依赖关系:无法解析com.android.support:appcompat-v7:27.0.2

时间:2018-09-15 11:27:10

标签: java android

我是编码android的新手,我安装了android studio 3.1.4,但无法正常工作,并且有几个错误。 错误: enter image description here

和我的主要Java类是这样的: enter image description here

我该如何解决?

它是我的build.gradle:

enter image description here

1 个答案:

答案 0 :(得分:0)

build.gradle文件有一些错误:

  1. 实施appcompat及其下一行是 评论。(取消注释这两行)
  2. 所有库版本均应相同,例如27.0.2
  3. compileSdkVersion和targetSdkVersion也应设置为27