fayssal el ansari
fayssal el ansari

Reputation: 105

android project structure not showing in android studio flutter

I cloned this codelab's code from github: https://codelabs.developers.google.com/codelabs/admob-inline-ads-in-flutter#7

I imported the starter folder only, since there are multiple folder for a complete code and non complete codes. The problem I has is that I can't change the project structure from "Project" to android to complete the last step of the codelab. I'm not sure if I made a mistake while importing the project or if I should just change some configuration in android studio.

android project structure to android

Upvotes: 0

Views: 1736

Answers (1)

Syed Irfan Hussaini
Syed Irfan Hussaini

Reputation: 473

Android project structure will not show there but you can open android module separately by going to

Tools > Flutter > Open For Editing In Android Studio.

enter image description here

Upvotes: 1

Related Questions