无法解决设计依赖性:27.1.1

时间:2018-08-31 13:00:48

标签: android android-studio gradle

对不起,我的英语不好。
我尝试构建项目,但出现此错误,并且在Internet上找不到针对此问题的任何解决方案。
我也必须说gradle离线工作已关闭。

Error Image

如何解决此错误?

我的问题不同于this问题。因为他使用了该问题

implementation 'com.android.support:design-v7:27.1.1'

和“ -v7”不应存在。我也用过

targetSdkVersion 27
compileSdkVersion 27
buildToolsVersion '27.0.3'

 dependencies {
    classpath 'com.android.tools.build:gradle:3.1.3'


    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

在我的程序中。但问题仍然存在:(

1 个答案:

答案 0 :(得分:0)

当Android Studio无法下载该依赖项时,通常会发生此问题。这可能是由于多种原因造成的,例如在我的公司中Maven2和jcenter存储库被阻止的情况下。

  

Android-sdk \ extras \ android \ m2repository \ com \ android \ support \ appcompat-v7

所以您能做的就像检查此文件夹 并检查您可以在SDK中使用哪些版本,请使用其中一个版本,因此与其从版本库下载,也可以从SDK中获取该库。

让我知道是否对您有帮助。