lombok-intellij-plugin
lombok-intellij-plugin copied to clipboard
Lombok is not comatible with Android Studio 2021.1.1 Patch 2
I've recently updated my android studio and it says that lombok is not compatible , even when I installed it manually. My android studio version is: 2021.1.1 Patch 2 Build #AI-211.7628.21.2111.8193401 Feb 17 ,2022
me too
me too
me too
+1 me too
updated zip from idea 2022.1 which seems to work (place inside studio/plugins/ ) lombok.zip
@androidlover5842 I tried it, but it's still not working, maybe Lombok stopped support for Android Studio with the new versions.
@thangtx86 please make sure you have placed lombok inside androidStudio/plugins/lombok/ like this .
Some archive manager make nested folder please make sure its extracted like shown in image below
I have a question, if my gradle version is com.android.tools.build:gradle:3.5.4 ,it working ,if it's com.android.tools.build:gradle:4.0.0, it can't generate getter setter, and what you gradle version is?
@jiyuren 7.1.3
your plugin not work for me
lombok-plugin-0.34.1-2022.2.zip this plugin work for me ,but just below gradle version 4.0.0, I want upgrade my gradle version ,and lombok-intellij-plugin build error
@jiyuren you dont have to install it from disk you need to place it inside installed android studio folder /plugins . It should show as bundled if done correctly
As long as the plugin structure maintainted inside zip, i.e.. lombok-xyz.zip/lib/lombok-xyz.jar it should be loaded from disk very easily. It is easier to uninstall that way. Placing inside plugins is also possible but I feel during uninstall wehave to remember to delete the directory manualky as it won’t be deleted automatically (atleast not in my case).
PS: about to publish a video with instructions on how to do this in sometime at my YT channel TECH OverSimplified. Check out.
As promised, here is the video with step by step instructions on how to perform the edit and install the plugin. https://youtu.be/A14hrtUeNWU
updated zip from idea 2022.1 which seems to work (place inside studio/plugins/ ) lombok.zip
Thanks a lot!!!
I created a repository for this problem, which automatically exports the built-in Lombok plugin from IDEA Ultimate, hope it can help you: lombok-plugin-repository
Thanks it works for me with Android Studio Electric Eel | 2022.1.1 Patch 2
I created a repository for this problem, which automatically exports the built-in Lombok plugin from IDEA Ultimate, hope it can help you: lombok-plugin-repository
Thanks, your version fix the issue that android studio could not fetch methods from instance/class which the intellij version faces
Thank you sgpublic.