-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android studio 2.4 does not suppot annotationProcessor? #908
Comments
Use the latest version of the library to solve this problem. Instructions are in the README. |
@freecsdn Edit |
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 ㅠ_ㅠ |
i do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error:Execution failed for task ':member:javaPreCompileRelease'.
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.
The text was updated successfully, but these errors were encountered: