https://bz.apache.org/bugzilla/show_bug.cgi?id=61921
Bug ID: 61921 Summary: build error while using jar 3.17 version with android Product: POI Version: 3.17-FINAL Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: prabinshr007...@gmail.com Target Milestone: --- I am using these dependency on my android build.gradle file implementation group: 'org.apache.poi', name: 'poi', version: '3.17' implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '3.17' implementation group: 'org.apache.poi', name: 'poi-ooxml-schemas', version: '3.17' Unfortunately it throws these error while building ... Android setup compileSdkVersion 26 defaultConfig { applicationId "com.example.test" minSdkVersion 16 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" multiDexEnabled true } ERROR : Execution failed for task ':app:transformClassesWithStackFramesFixerForDebug'. > com.android.build.api.transform.TransformException: > java.lang.RuntimeException: java.lang.RuntimeException: > java.util.concurrent.ExecutionException: > java.util.concurrent.ExecutionException: > com.android.builder.utils.FileCache$FileCreatorException: > java.util.zip.ZipException: duplicate entry: > org/apache/xmlbeans/xml/stream/Location.class I couldn't resolve this since i am a beginner. Could you help,Please ? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org