Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/kinvey/java/AbstractClient$Builder$Option.class
I am facing this problem . When I remove this from build gradle compile 'com.android.support:appcompat-v7:23.1.1'
That error Fixes but other functions dont work properly.
mark cowell
Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/kinvey/java/AbstractClient$Builder$Option.class
I am facing this problem . When I remove this from build gradle compile 'com.android.support:appcompat-v7:23.1.1'
That error Fixes but other functions dont work properly.