When I import one project into my Android Studio from Github, this happens. How to fix it?
Information:Gradle tasks [:app:generateDebugSources, :app:generateDebu
I had in build.gradle : classpath 'com.android.tools.build:gradle:1.0.0'
I changed to : classpath 'com.android.tools.build:gradle:1.2.3'
it works for me