android-zxingLibrary icon indicating copy to clipboard operation
android-zxingLibrary copied to clipboard

同时使用的第三方库里集成有zxing,gradle里exclude掉仍然报错

Open cshlxm opened this issue 9 years ago • 1 comments

您好: 我在编译apk时遇到,因为我使用的支付工具 beecloud里集成了zxing-3.2.0, 再使用您的库时,编译就会报错,Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/zxing/aztec/AztecDetectorResult.class

在gradle中compile ('cn.yipianfengye.android:zxing-library:1.6'){ exclude group: 'com.google.zxing',module:'library' } 仍然不行

cshlxm avatar Aug 15 '16 09:08 cshlxm

这个问题你怎么解决了

CaoXiLin avatar Jan 14 '25 09:01 CaoXiLin