Reputation: 772
I am a Java EE Developer and I haven't experience with android, but for one exam in univercity I have got an android task. So I have found something in GitHub, that will help me, but I can't import it in my Android Studio.
Here is the project for who I mentioned - GitHub
When I import the project I receive the following isuues:
And the look when the project is expanded:
I will be greatfull for some guidelines how can I import the project. Previously thanks for the time spend for my issue.
Upvotes: 0
Views: 262
Reputation: 5069
Press "add root" when the warning message appears.
This will make idea register the "unregistered vcs root", and you can use the git features of IDEA/Android studio. Nothing bad will happen if you do not press "add root", but I suspect you will get the same warning on each startup of android studio/IDEA.
Upvotes: 2