Task :app:mergeDebugResources FAILED
See original GitHub issueDescribe the bug Build getting failed with Task :app:mergeDebugResources FAILED error
To Reproduce Steps to reproduce the behavior:
- follow the startup guide
- Add dependency
- Build project
- See build error
Screenshots https://imgur.com/a/iMkysPE
Full error logs `> Task :app:mergeDebugResources /home/dalakoti07/.gradle/caches/transforms-3/ac13ed731ff91608bb885e6070e58d98/transformed/preference-1.1.1/res/values/values.xml:424:4: Duplicate value for resource ‘attr/min’ with config ‘DEFAULT’ and product ‘’. Resource was previously defined here: /home/dalakoti07/AndroidStudioProjects/consumer/commons/ui/build/intermediates/packaged_res/debug/values/values.xml:1749:4: .
Task :app:mergeDebugResources FAILED Execution failed for task ‘:app:mergeDebugResources’. A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable Resource compilation failed. Check logs for details.
`
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
As of now I have changed my attribute values and its working fine. Not getting any conflicting build issue
Thanks @srtvprateek looking forward for the fix