Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android studio dont show project folder structure

android studio only show android folder but dont show other project folder structure (lib,ios,pubsec.yaml)

but these folders are exist in file explorer and app will run in VM

what is the issue? enter image description here

like image 548
sianami Avatar asked Sep 07 '25 03:09

sianami


2 Answers

  1. Open Android Studio, and click File > Project Structure.
  2. Redirect to Project settings > Module.
  3. Select yourProjectName_android and remove it by clicking (-) minus sign shown on above.
  4. Now click on yourProjectName and click on + Add Content Root and just provide path of your project.
  5. Just Apply and Ok.
  6. Restart your android studio.

It's Done.

Happy Codding!!

like image 54
Pradip D. Avatar answered Sep 10 '25 03:09

Pradip D.


In Android Studio (2021.2.1)

  1. Click Android icon on left board
  2. Change it from Android to Project

Check this image:

enter image description here

like image 37
mhb.mehedi Avatar answered Sep 10 '25 03:09

mhb.mehedi