找不到参数[com.android.support.constraint:constraint-layout:1.1.3]的方法compile()

时间:2019-05-11 11:31:23

标签: android syntax-error

  

找不到用于参数的方法compile()   对象的[com.android.support.constraint:constraint-layout:1.1.3]   类型   org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler。

代码如下:

dependencies {
    compile 'com.android.support.constraint:constraint-layout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:+'

    androidTestImplementation 'com.android.support.test.espresso:espresso-core:+'

    implementation 'com.android.support:appcompat-v7:28.+'
}

这有什么不对???????

0 个答案:

没有答案