Somron Touch
Somron Touch

Reputation: 51

Android Studio - Only one build.gradle in the projetct folder

So I started working on my first app in Andorid Studio and I was hoping to implement a login feature that uses Facebook. When watching tutorials, I noticed that they have two build.gradle, one is the project and the other is the module.

My project only has one build.gradle and I'm unsure why.

Screenshot of only one build.gradle

I added a screenshot to visually show you what I mean. If anyone can explain to me where I went wrong, that would be appreciated. Thank you so much and Happy holidays :)

Somron Touch

Upvotes: 2

Views: 226

Answers (1)

Rob Smitha
Rob Smitha

Reputation: 405

You can switch the view of the file structure in Android Studio by selecting "Android" from the drop down in the top left corner. See this screenshot. Hope this helps!

Upvotes: 2

Related Questions