Closed azze-r closed 5 years ago
Hello, boblinux. It appears that there is a naming collision. You can see that there is an attribute "size" in fluid-slider-android/fluid-slider/src/main/res/values/attrs.xml. Somewhere in your project, maybe even inside one of the libraries you are using in your project, there is also an attribute with the name "size". To resolve this issue you have to rename this attribute either in fluid-slider-android/fluid-slider/src/main/res/values/attrs.xml or in some other attrs.xml file where it is also located. After renaming it in xml file be sure to use renamed attribute in places you used it before.
got this error when compile :
Android resource compilation failed C:\Users\Azedine\Documents\dev\android.bestasset\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:2943: error: duplicate value for resource 'attr/size' with config ''. C:\Users\Azedine\Documents\dev\android.bestasset\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:2943: error: resource previously defined here.
here is my gradle file :