Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio project folders not showing

I am unable to see the folders that are physically existing, this is the case.

enter image description here

But in actual fact I have other folders as welll enter image description here

So what can I do?

like image 442
JackyBoi Avatar asked Nov 13 '14 06:11

JackyBoi


People also ask

Where is the project directory in Android Studio?

Android Studio stores the projects by default in the home folder of the user under AndroidStudioProjects.

What is the main folder structure of an Android project?

Within an Android project structure, the most frequently edited folders are: src - Java source files associated with your project. This includes the Activity "controller" files as well as your models and helpers. res - Resource files associated with your project.


2 Answers

Above your the file directory view in Android Studio is a drop down which currently is most likely set to Android. Change it to Project and you should be able to see all your files.

Android Studio Directory

like image 199
Joel Avatar answered Sep 17 '22 13:09

Joel


go to View menu then click tool window then after click on project

view->toolwindow->project

it worked for me

like image 28
gaurav gupta Avatar answered Sep 17 '22 13:09

gaurav gupta