This is a repository for Lombok plugin incompatibility issues with Android Studio.
PS: If your Android Studio version is 4.2.2 (202.*) and below, you can directly use the version downloaded from the plugin store. This repository is only available for versions after Android Studio 2020.3.1 (203.*).
- Go to
File
->Settings
->Plugins
, click the settings gear icon to the right ofInstall
. - Select
Manage Plugin repositories...
. - Add
https://github.com/sgpublic/lombok-plugin-action/releases/download/plugin-repository/plugin-repository
to list. - Search
Lombok
inMarketplace
and install, enjoy!
- Go to the release page of this repository to find the version suitable for the Android Studio you are using, and download
lombok-xxxx.x.x.tar.gz
in the resources. - Go to
File
->Settings
->Plugins
, click the settings gear icon to the right ofInstall
. - Select
Install Plugin from Disk...
. - Select the downloaded
zip
file and clickOK
. - Lombok is successfully installed, enjoy!