79577209

Date: 2025-04-16 12:45:24
Score: 0.5
Natty:
Report link

Zip file [...] already contains entry 'res/drawable/notification_bg.xml', cannot overwrite

This helped me:

packagingOptions {
        exclude 'AndroidManifest.xml'
        exclude 'resources.arsc'
        resources.excludes.add("res/drawable/*")
        resources.excludes.add("res/layout/*")
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Krzysztof Wojdak