Skip to content Skip to sidebar Skip to footer

Java.util.zip.zipexception: Duplicate Entry: Android/support/v4/view/keyeventcompateclair.class

Error:Execution failed for task ':jobFlexwithInvoice:packageAllDebugClassesForMultiDex'. java.util.zip.ZipException:duplicateentry:android/support/v4/view/MotionEventCompatEclair.

Solution 1:

Try this..

compile ('com.android.support:support-v4:22.2.0') {
exclude module: 'support-v4'
}

Instead of

compile'com.android.support:support-v4:22.2.0'

or exclude module: to other where problem create

Post a Comment for "Java.util.zip.zipexception: Duplicate Entry: Android/support/v4/view/keyeventcompateclair.class"