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 Build an Interactive Story App (Retired) User Input Introducing ImageViews

Gabriele Leotta
Gabriele Leotta
456 Points

Resources dialogue is not showing project files

Hi everybody. I have encountered the following issue: when I select the "..." to select the source drawable file for the ImageView, in the Project tab I don't see the project drawables, like in the video, but instead a long list of (I suppose) system drawables and no trace of the custom files I have successfully pasted into the project drawable folders. Does anybody have any idea of what's happened? Thank you in advance

Safira Nugroho
Safira Nugroho
3,910 Points

I'm actually having the same problem!

You are probably viewing in Android mode. Switch it to Project mode .

Gabriele Leotta
Gabriele Leotta
456 Points

No, I am in project mode unfortunately :( The problem persists.

Gabriele Leotta
Gabriele Leotta
456 Points

Hi Safira Nugroho and everybody, I just found my own mistake: I pasted the drawable files inside the drawable folder, while they must reside inside the res folder. Now it works. Thanks for your replies.