I have a big problem with android studio. Now I'm working on a project and I have to pair the repository from github to android studio.
The connection and the clone of the folder went well. I can't display all the files and folders from the tab on the left side
It says "Nothing to show" although I should see the file listing. How can I get it back?
I had the same issue, That the Android Project view is empty.
What i did was clicked on the Gradle menu option on the right side in Android Studio and clicked the Refresh button there, after the Android view looks correct.
Go to File -> Close Project, and next select "Import project" not "Open project".
Sync Project with Gradle files.
There is a useful shortcut Ctrl + Shift + A, after which a window appears and you can type some text like "sync" in there and it will find that command Sync Project with Gradle Files. Just execute the command.