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) Basic Android Programming Introduction to Methods and Classes

Zuhayr Elahi
Zuhayr Elahi
2,582 Points

For the newer versions of Android studio, did the folders for the source code change?

For example, in the video I saw that all the source code is in the src folder. However when I created my own application for fun facts the location of the source code is here: app/manifests/java/com/zuhayr/funfacts.

I know it doesn't really affect the project too much, but I was wondering what the reasons were for the change

Hassam Uddin
Hassam Uddin
8,204 Points

I used the version provided by the link in the first video, all my code is in src. With my previous experience with ide's most code is in an src folder, and that shouldn't change.