When I create a new Java class with one or more field and attach the @AllArgsConstructor annotation from lombok to it, then i get this message
@AllArgsConstructor
Err
Also:
If you target Java 8 in your Android project (e.g. by using retrolambda) this error will not appear.