无法解决:com.android.support:design:26.0.0

时间:2017-08-23 00:09:42

标签: android material-design

我不能在我的项目中包含材料设计库

这是我的build.gradle文件

apply plugin: 'com.android.application'

android {
    compileSdkVersion 26
    buildToolsVersion "25.0.2"

    defaultConfig {
        applicationId "com.example.abdelmagied.myapplication"
        minSdkVersion 15
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
    compile 'com.android.support:design:26.0.0'
}

每次我同步它都会给我这个错误:

  

无法解决:com.android.support:design:26.0.0

1 个答案:

答案 0 :(得分:0)

确保您已从SDK管理器下载了支持库(在OSX中:工具> Android> SDK管理器 - > SDK工具选项卡)