Reputation: 63
My purpose is to import Android project from Github.
First method
Second method
Upvotes: 1
Views: 846
Reputation: 1328522
Check the import prerequisite for Android project.
I see in that survivingwithandroid/Surviving-with-android
project:
build.gradle
which still have mentions of runProguard
instead of minifyEnabled
.com.android.tools.build:gradle
version which are not 1.0.0+Try and fix those first, and then try, as described in "Check out Project from Version Control Fails".
Upvotes: 1