The library is working fine, but, everytime the workspace is built I get this error:
Errors occurred during the build.
Errors running builder 'Android Package Builder' on project 'TestAndroid'.
Could not initialize class com.android.tools.lint.checks.BuiltinIssueRegistry
Steps to reproduce:
1潞 Download and unzip "Eclipse IDE for Java EE Developers" from www.eclipse.org/downloads
2潞 Install lombok.
3潞 Install ADT Plugin from https://dl-ssl.google.com/android/eclipse/
4潞 Configure ADT Plugin selecting Android SDK Folder
5潞 Create a new Android project.
6潞 Change any .java file and save to rebulid.
The problem occurs even though the library is not used in the project. If I remove the library from Eclipse de build has no errors.
I'm using last version of lombok and eclipse, and the Android's SDK is up to date and I'm using lombok.addGeneratedAnnotation = false in lombok.config.
I get this problem too.is it a bug?And everytime i need to clean the project to make changes available for me
To bypass this you can disable Android lint check when saving files. See the end of this post http://www.dosmweb.com/blog/index.php?post/2015/07/05/Project-Lombok%3A-Android
Most helpful comment
To bypass this you can disable Android lint check when saving files. See the end of this post http://www.dosmweb.com/blog/index.php?post/2015/07/05/Project-Lombok%3A-Android