Closed
Description
I am using JSONPATH library in build.gradle
compile 'com.jayway.jsonpath:json-path:2.2.0'
When i build my project, it does not show any error. But when i run my project, it shows
Error:Execution failed for task '**:app:transformClassesWithJarMergingForDebug'.
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/objectweb/asm/AnnotationVisitor.class**" error
but when i change json-path version as 1.1.0, it works well.
Metadata
Metadata
Assignees
Labels
No labels