Error:Execution failed for task ':member:javaPreCompileRelease'.
Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annotationProcessor configuration.
- butterknife-7.0.1.jar
Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior. Note that this option is deprecated and will be removed in the future.
See https://developer.android.com/r/tools/annotation-processor-error-message.html for more details.
Use the latest version of the library to solve this problem. Instructions are in the README.
@freecsdn Edit build.gradle file like this:

That is not needed
@BoxResin What developer posts code as an image! Who does that!
@brinkkemper I'm sorry.
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath = true
}
}
tysm u save my life bro

hey friend .. thank you for your help ã… _ã…
@BoxResin What developer posts code as an image! Who does that!
i do
Most helpful comment
@freecsdn Edit

build.gradlefile like this: