Ubuntu – Android Studio – empty project after importing from Github

androidandroid-studioapplication-developmentgithubrepository

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 enter image description here

It says "Nothing to show" although I should see the file listing. How can I get it back?

Best Answer

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.

Related Question