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 trialKevin Haube
12,265 PointsStarter Kit doesn't include Facepalm Drawable?
Has anyone else downloaded the starter kit and had the issue of not including the drawable? Also, there are two XML files in the drawable folder...
1 Answer
Ben Jakuben
Treehouse TeacherSorry Kevin Haube! I'll look into that now. Thought I had verified it...
EDIT: I updated the starter files. You can just delete that android:src line that is referencing the wrong drawable. I can't remember if you use those other drawables later in the project, but I think so.
Tagging Evan Anger for input! :)
Evan Anger
Treehouse Guest TeacherEvan Anger
Treehouse Guest TeacherOops thought we got rid of those guys... the fact that the images reference a face palm is appropriate here :)
Anyways I was going to recommend removing those fledging images from the drawables as well to avoid confusion, but it looks like you took care of that.
The current starter kit nows looks good.
Thanks Kevin for pointing this out for us!
Kevin Haube
12,265 PointsKevin Haube
12,265 PointsI went ahead and removed the android:src line, and things compile just fine! :) Thanks, you two! Loving the new class on Data Persistance!