1

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.stack.imgur.com/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.stack.imgur.com/n5YLO.png
Cœur
  • 37,241
  • 25
  • 195
  • 267
YH_WU
  • 73
  • 11

1 Answers1

1

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".

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250