I\'m getting below mentioned error when I\'m trying to run my application.
Error:Execution failed for task \':app:transformResourcesWithMergeJavaResForAmazonCheezCov
Add to build.gradle:
android { ... packagingOptions { exclude 'META-INF/maven/com.squareup/otto/pom.xml' }
Also, instead of exclude you could use pickFirst