More than one file was found with OS independent path 'META-INF/proguard/androidx-annotations.pro'
More than one file was found with OS independent path 'META-INF/proguard/androidx-annotations.pro'
Error in Android Studio After Changing this compileSdkVersion 28 and targetSdkVersion 28
Try adding following line in build.gradle(Module:app) file:-
1) Solution:-
1) Solution:-
android {
packagingOptions {
exclude 'META-INF/proguard/androidx-annotations.pro'
}
}
packagingOptions {
exclude 'META-INF/proguard/androidx-annotations.pro'
}
}
OR
Try this:-
2) Solution:-
android {
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/INDEX.LIST'
}
}
solution no 1 is worked for me.
ReplyDeleteNice to hear from you.
DeleteNone of the above has worked for e,,What to do?
ReplyDeleteNone of the above has worked for e,,What to do?
ReplyDeleteNone of the above has worked for me,,What to do?
ReplyDeletethanks solution -2 is work for me
ReplyDelete