You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,31 +62,7 @@ git droidSetup
62
62
63
63
## Installing Lombok to Android Studio
64
64
65
-
Since Android Studio officially dropped Lombok Support, you will need to manually install Lombok by yourself for each Android Studio update.
66
-
67
-
There are 2 ways to do this.
68
-
69
-
### 1. Copy lombok to the default plugin folder (Preferred)
70
-
1. under /lombok subfolder, copy the <b>/lombok/lombok-plugin</b> folder to Android Studio/plugins (Windows), or Android Studio -> Show Package Contents -> Contents -> plugins (OSX).
71
-
- The folder structure should be plugins/lombok-plugin/lib/..
72
-
73
-
Note: This lombok folder is extracted from Dolphin-2021.3.1.zip
74
-
75
-
### 2. Modify and manually install via plugin settings
76
-
<b>We've provided the zipped plugin for you already under /lombok subfolder.</b>
77
-
If the build for your android version is not there, you can follow the steps below to generate your own compatible lombok.
78
-
79
-
1. Download [The latest release (0.34.1-2019.1)](https://plugins.jetbrains.com/plugin/6317-lombok/versions) and extract.
80
-
2. Navigate to lombok-plugin\lib
81
-
4. Open META-INF\plugin.xml.
82
-
5. Look for \<idea-version>, under <b>until-build</b>, set to the latest build version. You can get this information from "About Android Studio"
83
-
- For example, set until-build="AI-213.*" for Dolphin
0 commit comments