Using Android Gradle plugin 0.7.0 with the following build.gradle:
build.gradle
buildscript { repositories { mavenCentral() } dependenci
I think you need to include only these options in build.gradle:
packagingOptions { exclude 'META-INF/DEPENDENCIES' exclude 'META-INF/NOTICE' exclude 'META-INF/LICENSE' }
p.s same answer from my post in : Error :: duplicate files during packaging of APK