Skip to content
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

Closed
freecsdn opened this issue Mar 22, 2017 · 9 comments
Closed

android studio 2.4 does not suppot annotationProcessor? #908

freecsdn opened this issue Mar 22, 2017 · 9 comments

Comments

@freecsdn
Copy link

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.

@JakeWharton
Copy link
Owner

Use the latest version of the library to solve this problem. Instructions are in the README.

@BoxResin
Copy link

BoxResin commented Apr 29, 2017

@freecsdn Edit build.gradle file like this:
image

@JakeWharton
Copy link
Owner

That is not needed

@brinkkemper
Copy link

@BoxResin What developer posts code as an image! Who does that!

@BoxResin
Copy link

@brinkkemper I'm sorry.

javaCompileOptions {
    annotationProcessorOptions {
        includeCompileClasspath = true
    }
}

@medchado
Copy link

medchado commented Jan 13, 2018

tysm u save my life bro

@hemant00007
Copy link

na

@ParkHanUl
Copy link

ParkHanUl commented May 27, 2018

hey friend .. thank you for your help ㅠ_ㅠ

@softmarshmallow
Copy link

@BoxResin What developer posts code as an image! Who does that!

i do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants