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 trialHenrik Granstroem
3,127 PointsCan't add or see the images in Android Studio after moving them to the drawable folders.
I have followed the video and moved the drawable files to the project. But the don't appear when I want to add the image in my "activity". I can't even list the drawable in the folder in the project view at the right. But if I double-click the drawable, I can right-click on the drawable which appears under the button-list and then see the existens of the files. Then I can't see the images when I want to add the imageView objects. This is very strange.
Chris Horne
8,404 PointsSame happening for me in Android Studio 3.0.1 in Linux. I had to restart AS, and have it re-index the res folder.
2 Answers
Andreas Enevoldsen
721 PointsRestarting Android studio worked for me. Thank you:)
teodor mihai ion
772 Pointsyes. restart android worked for me too
Colburn Sanders
Courses Plus Student 5,336 PointsColburn Sanders
Courses Plus Student 5,336 PointsDid you manage to get it to work as shown?