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 trialJuozas Burba
842 Pointsint colorAsInt = Color.parseColor(color); I still have (color) error I dont know what wrong
int colorAsInt = Color.parseColor(color); here is a problem this lane
1 Answer
Michael Farber
1,103 PointsHi Jouzas, if you look in the catalog you can see a red error message with a blue link to where the bug is. Usually the cause of the problem is written in the same line (of the logcat). If you could post some of the code, I'll be able to help you further:)
Juozas Burba
842 PointsI`m trying to add screenshot of my codes but I cant do it here do you have any ideas how can I show my code and the errors I have? Many thanks.
Derrick Shepherd
4,861 PointsDerrick Shepherd
4,861 PointsHi Juozas, You may want to also post your code so others can see where the error might be in your code.