Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio project files not showing up

I have a library project in Android Studio that has been working fine, but today I went to work on it and all of the files are missing except for a few git files. The folders/files are there when I look in the project's folder on my hard drive, they just aren't displaying in Android Studio. Here is a screenshot: enter image description here

I tried reinstalling and updating Android Studio, but it didn't work. Any ideas as to what is going on here? How can I fix it?

like image 625
theDazzler Avatar asked Nov 22 '14 20:11

theDazzler


1 Answers

Go to: File > Sync Project with Gradle files. It will show up all the files linked with the gradle.

like image 183
Shivam Gaba Avatar answered Sep 24 '22 12:09

Shivam Gaba