Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Implementing Designs for Android Customizing the Login Screen Generating 9-Patch Images

jenyufu
jenyufu
3,311 Points

I get error: Error:(6, 35) Color value not valid -- must be #rgb, #argb, #rrggbb, or #aarrggbb (at 'apptheme_color'

When I hit run, this is the error I get:

"Error:(6, 35) Color value not valid -- must be #rgb, #argb, #rrggbb, or #aarrggbb (at 'apptheme_color' with value '#61408')."

1 Answer

jenyufu
jenyufu
3,311 Points

Nvrm I solved the problem

<color name="apptheme_color">#61408c</color>

^I forgot the c and just typed #61408