I'm trying to include ListViewAnimations in my project.
https://github.com/nhaarman/ListViewAnimations/blob/master/README.md
http://nhaarman.imtqy.com/ListViewAnimations/#getting-started
Everything, like, I do according to the instructions, but the project is not compiled and gives me an error unknown to me:
`Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/maven/com.nineoldandroids/library/pom.properties File1: C:\Users\Igor\Desktop\ListViewAnimations-master\SuckAndroid\app\libs\nineoldandroids-2.4.0.jar File2: C:\Users\Igor\.gradle\caches\modules-2\files-2.1\com.nineoldandroids\library\2.4.0\e9b63380f3a242dbdbf103a2355ad7e43bad17cb\library-2.4.0.jar` Please tell me how to fix it. Thank you in advance)