错误:程序类型已存在:Android Studio中的android.support.design.widget.CoordinatorLayout $ Behavior

时间:2018-07-23 15:04:04

标签: android-studio gradle android-appcompat android-coordinatorlayout

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:27.1.1'
    implementation 'com.android.support.constraint:constraint-layout:1.1.2'
    implementation 'com.android.support:design:27.0.2'
    implementation 'com.android.support:support-vector-drawable:27.1.1'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

在使用appcompat的第二个实现中出现错误。我没有成功解决它。

1 个答案:

答案 0 :(得分:0)

您当前的支持设计是:

2h 45m

替换为:

4h 15m