Building an app generates the following error:
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v7/appcompat/R$anim.class
I have cleaned and built the project many times to no avail. It has the following in its gradle build:
compile 'com.android.support:appcompat-v7:23.3.0'
It also uses a library via its aar file. That library project also has the above in its gradle build.
Could anyone offer a tip on how to resolve this?