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 with Kotlin Getting Started with Android Creating the Fun Facts Project

Using Android Studio 3.4.1. I'm seeing things differently that what is in the course.

I don't see the screen where it's supposed to have the codes. Where do I click?

1 Answer

Milos Ribera
Milos Ribera
9,633 Points

Hi Jquito, on the left side of the screen you could find a "Project" area. If you click on it, it will open the source of your project. In there you have to expand "app" -> "java" -> "com.yourPackage.appName" -> and the you can open the java class you want. Hope it could help you