Answers for "'More than one file was found with OS independent path project.properties' Error in android"

0

'More than one file was found with OS independent path project.properties' Error in android

/* You can add this in yourProject/app/build.gradle */
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'
}
Posted by: Guest on March-13-2022

Code answers related to "'More than one file was found with OS independent path project.properties' Error in android"

Browse Popular Code Answers by Language