Android Studio - Failed to notify project evaluation listener error
I got this problem too. I fix it by Change build.gradle
in project
Change
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
}
And also I change the distributionUrl
in gradle-wrapper.properties(Global Version)
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-all.zip
And got succeed.FYI.
I am facing same error before a week I solve by disabling the Instant Run
File → Settings → Build, Execution, Deployment → Instant Run and uncheck Enable Instant Run.
Hope it works.
Note This answer works on below Android Studio 3