When I import one project into my Android Studio from Github, this happens. How to fix it?
Information:Gradle tasks [:app:generateDebugSources, :app:generateDebu
The gradle wrapper should be in the same version as the gradle dependency.
The latest to this date is, in build.gradle
classpath 'com.android.tools.build:gradle:1.2.3'
And, in gradle-wrapper.properties:
distributionUrl=https://services.gradle.org/distributions/gradle-2.7-rc-1-all.zip