I am getting this error in Android Studio while doing a Gradle build.
Error:null value in entry: blameLogFolder=null
Delete the .gradle directory in root project folder and rebuild the project. I suppose that's a gradle bug.
It appears to be a bug in gradle. I toke another way, downdate of gradle version, I changed two lines:
In build.gradle(project)
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
}
And gradle-wrapper.properties
distributionUrl = https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With