Hi every one ,please… I have an error when i run cordova build android.
i think that was happen after add some plugins.Thanks
Error Here.
* What went wrong:
Execution failed for task ':transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v13/view/DragAndDropPermissionsCompat.class
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
That can not really be true. What does ionic cordova platform list return?
Your Cordova tooling seems to be out of date, which might be causing all kinds of problems.
You can read about how to figure out the current Cordova versions and how to update CLI, platforms and plugins here: https://ionic.zone/cordova/update
You have to install the most recent Cordova CLI (which is 8.0.0) and then install the most recent Cordova-Android (which is 7.1.0) to make sure you have a current setup.