Search code examples
android-studio

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?


Solution

  • Try Import Project... and navigate to your project. Select build.gradle file.

    Be sure to wait for a while, so that android studios can load all your stuff. Sometimes a restart will help, but since you reinstalled it, that shouldn't be the problem.