I have searched entire stack overflow still unable to resolve this error. These are some links which I have already tried:
java.util.zip.ZipException: duplicate entry: android/support/v4/app/ActionBarDrawerToggle.class
java.util.zip.ZipException: duplicate entry during packageAllDebugClassesForMultiDex
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'
App builds error free.But when I run the application it shows below error:
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/content/res/TypedArrayUtils.class
There are no duplicate compile gradle lines There are no duplicate jar files Is there any solution for this?