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 a Simple Android App (2014) Creating the Screen Layout Getting to Know Our Tools

alex albas
seal-mask
.a{fill-rule:evenodd;}techdegree
alex albas
Front End Web Development Techdegree Student 2,190 Points

Folders build, libs and src don't appear in the project view, but i can see them in the folder out of android studio.

Anybody knows why i can't see this folders? in my Folder out of android studio projects i can see them.

I have a newer version of android studio..may be is for that?

Thanks!

3 Answers

At least with the new version of android studio, there are different "views" of the project. If you look on the left side of the application where your files are, there is a bar with a dropdown. There are a couple of options for viewing the application and I believe that the only view that shows those folders is the "project" view. The "android" view shows the source in a "java" folder, the "packages" view shows folders based on the package structure.

Packages view: http://imgur.com/DKJGSLL

Android view: http://imgur.com/keCcrc4

Project view: http://imgur.com/74YTwil

In this last one you can see the src and libs folders.

Thank You!

Thanks @jason, was worried about my layout as well. Your comment worked like a charm