I have updated my Android studio to 3.0
and then he asked to upgrade to \'com.android.tools.build:gradle:3.0.0\'
everything went well until i decided t
You should add to application build.gradle your packagingOptions:
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
}