question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Misleading error for Lombok plugin on Android Studio

See original GitHub issue

Just updated the Lombok plugin to 0.12.15 in Android Studio 2.1. I get the following misleading error at startup. AFAIK, Android Studio 2.1 always has annotation processing enabled. There is certainly no checkbox for it in the compiler settings.

Lombok Requires Annotation Processing
Annotation processing seems to be disabled for the project "AtixPos".
For  plugin to function correctly, please enable it under
"Settings > Build > Compiler > Annotation Processors"
Click on this notification to go to Settings now. (show balloon)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:20
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

14reactions
kamilZcommented, Jun 13, 2017

I found it on: File > Other Settings > Default Settings > Build, Execution, Deployment > Compiler > Annotation Processors > Check “Enable annotation processing”

9reactions
wolkenschiebercommented, Dec 3, 2017

The error message still appears on Android Studio 3.0.1.

As mentioned by @kamilZ, the setting can accessed through Other Settings. But even with enabled option, the error persists.

Is there some additional name to be set?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio 3.1.2 - Lombok throws error and asks for non ...
1. Close the project: File -> close project · 2. In "Welcome to Android Studio" window: · 3. Install Lombok plugin in android...
Read more >
Android Studio Bumblebee - Fix lombok is not compatible issue
This video specifically focuses on fixing the android studio error - Plugin ' Lombok ' (version '0.34.1-2019.1') is not compatible with the ...
Read more >
Lombok Changelog
Issue #3053. BUGFIX: Combining @NonNullByDefault and lombok.addNullAnnotations would generate two @Nullable annotations and thus generate a compiler error.
Read more >
Java Project Lombok | DigitalOcean
Project Lombok is a very useful tool for java projects to reduce boiler plate code. ... Adding the Lombok Plugin in IDE (Eclipse)....
Read more >
Android Studio 2021.1.1 Closed Issues
Android Gradle Plugin 7.0.2 crashes app on Android 4 and 5 devices with ... Bug: reaching wrong location in xml file for ids...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found