任务程序类型的执行错误已存在

时间:2018-04-25 07:10:44

标签: android android-studio android-gradle

以下是我的build.gradle和错误

apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion '25.0.3'

defaultConfig {
    applicationId "com.abc.android.xyz"
    minSdkVersion 16
    targetSdkVersion 27
    versionCode 1
    versionName "0.1"
}
buildTypes {
    release {
        minifyEnabled true
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 
  'proguard-rules.pro'
    }
}
 }



dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:27.1.1'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.google.android.gms:play-services:7.0.0'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
compile 'com.lsjwzh:materialloadingprogressbar:0.5.3-RELEASE'
compile 'com.sothree.slidinguppanel:library:3.0.0'
 }

错误低于

  

错误:程序类型已存在:android.support.v4.app.ActionBarDrawerToggle $ Delegate

0 个答案:

没有答案