Misleading error for Lombok plugin on Android Studio
See original GitHub issueJust 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:
- Created 7 years ago
- Reactions:20
- Comments:12 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I found it on: File > Other Settings > Default Settings > Build, Execution, Deployment > Compiler > Annotation Processors > Check “Enable annotation processing”
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?