Android Studio lombok plugin expiration problem

Find the lombok-plugin*.jar file in the installed plugin, open it with compression software, find the META-INF directory, there is a plugin.xml file under it, open and edit the version number in it, which corresponds to the current Android Studio version. Close after the modification is completed, the compression software will prompt whether to apply the modification to the compressed package, select Yes

image-20220530215205983

image-20220530214704321

If the above method does not work, uninstall it first, then find the latest version of the lombok zip installation package, and then modify the version according to the above method, enter the Android Studio plug-in management, click Install plug-in from disk, select the modified installation package, and install.

image-20220530215339202
Installation package sharing

Link: https://pan.baidu.com/s/1I6L-NJUobvVxdireRJWGEQ
Extraction code: eelq

Guess you like

Origin blog.csdn.net/qq_44839815/article/details/125054864