简体   繁体   中英

Lombok Plugin Does not Working In Latest Version Of Android Studio (Bumblebee)

I use Lombok in my project and recently Update my Android Studio To the latest version ( Bumblebee ) And The Lombok Plugin doesn't work, is there any way to solve this problem?

For some reason just downloading the latest version from github releases and installing to android studio did not work (it continue to throw the incompatible error).

What actually worked for me (and some of the users reported on github too) is to download the latest release 0.34.1-2019.1 and update the xml configuration and change 'until-build' property to IE-212.* and then importing through 'install from disk'.

Step by step guidance is available in this tutorial

https://youtu.be/A14hrtUeNWU

not a resolution but there is a (working) workaround in the comments of the issue on github .

Follow bellow steps to resolve your problem:

1 - First download last version of lombok through the link .

2- In Android studio select File -> Settings -> Plugins

3- click on Setting icon and select install plugin from disk.

在此处输入图像描述

4- finally select the downloaded file and after completion restart Android studio.

done!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM