I know there are a lot of answers about this topic but I can't find my problem.
So my problem is I'm working with a friend on an AndroidStudio Project. He made the repository and also made some commits yet. So now I want to add the Project into Android Studio.
The steps how I do that:
Start android > Check out project from Version Control > Git > Then I put in the URL from git > Clone > Then I'm getting a popup "Would you like to create an Android Studio Project" > Yes > Then another Popup > Choose Import project from external model then Android Gradle > Finish
And then Android Studio open a window. The problem is in this window are just .gradle .idea gradle but there is no folder for the source code.
Hope you understand my problem and you can help me.