[1]this is the screenshot of output and error i got .
[1]: image link https://i.sstatic.net/z2kUz.jpg
This error is occurring because you are using color values which you haven't defined. You have to define color values in colors.xml
for those colors which you are using for your theme.
Like for black color <color name="Black">#000000</color>