0

Here is mybuild.gradle file here I added jexcel.jar for my project after that is shows error

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
    applicationId "com.example.web03.bulkmessenger"
    minSdkVersion 15
    targetSdkVersion 23
    versionCode 1
    versionName "1.0"
    multiDexEnabled true
}
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:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:multidex:1.0.0'
compile 'net.sourceforge.jexcelapi:jxl:2.6.3'

}

my error list is given below

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.      
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: jxl/biff/AutoFilter.class
Shellz
  • 99
  • 1
  • 14

0 Answers0