Skip to content Skip to sidebar Skip to footer

Error:(7, 34) No Resource Found That Matches The Given Name (at 'coloraccent' With Value '@color/accentcolor')

Were running the sample file, the above error occurs. I do not know how to solve.

Solution 1:

Add follwing resource to your colors.xml

<colorname="colorAccent">YOUR_COLOR</color>

This may resolve your issue.

Post a Comment for "Error:(7, 34) No Resource Found That Matches The Given Name (at 'coloraccent' With Value '@color/accentcolor')"