Armer B.
Armer B.

Reputation: 772

Importing Android project from GitHub and Migrate to Gradle

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

And the look when the project is expanded: enter image description here

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

Answers (1)

HarshitMadhav
HarshitMadhav

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

Related Questions