YH_WU
YH_WU

Reputation: 63

Cannot Run the Project Import from Github

My purpose is to import Android project from Github.


First method

  1. Use "Check out project from Version Control" -> "Git" Then I enter Git Repository URL, press Clone.
  2. I choose "create project from existing source"
  3. Here is the result. The Run button is disable.https://i.sstatic.net/OD6lg.png

Second method

  1. Use "Check out project from Version Control" -> "Git" Then I enter Git Repository URL, press Clone.
  2. I choose "Import project from external model", choose"Gradle".
  3. Can only choose "Use local gradle distribution"
  4. Here is the result. The Run button still disable.https://i.sstatic.net/n5YLO.png

Upvotes: 1

Views: 846

Answers (1)

VonC
VonC

Reputation: 1328522

Check the import prerequisite for Android project.

I see in that survivingwithandroid/Surviving-with-android project:

Try and fix those first, and then try, as described in "Check out Project from Version Control Fails".

Upvotes: 1

Related Questions