-7

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/widget/ViewDragHelper$Callback.class

coder
  • 401
  • 1
  • 5
  • 10

1 Answers1

1

do you have the android-support-v4.jar in your libs folder? If yes, then you should delete it from there, because this is by default added in the build.

Pro Mode
  • 1,453
  • 17
  • 30