Skip to content

Commit 312e347

Browse files
Android Studio troubleshooting related to Lombok improved (#1131)
Android Studio troubleshooting related to Lombok improved.
1 parent c30841d commit 312e347

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/AndroidStudioSupport.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Android Studio support
22

3-
## Installing AS
3+
## Installing Android Studio
44

5-
> Install latest AS <https://developer.android.com/studio/install>
5+
> Install the latest version of Android Studio
6+
> * <https://developer.android.com/studio/install>
67
78
### Installing Lombok plugin
89

9-
> Use the first advice from the following link
10+
> Lombok plugin is not required to use UnitTest Bot.
11+
> However, if this plugin is required for your own goals, do the following:
1012
>
11-
> <https://stackoverflow.com/questions/70900954/cannot-find-lombok-plugin-in-android-studio-2021-1-1-build-of-2022>
13+
> * go to https://plugins.jetbrains.com/plugin/6317-lombok/versions
14+
>
15+
> * download .zip with the latest version
16+
>
17+
> * unpack it to ~/android-studio/plugins (use your path to Android Studio)
18+
>
19+
> * restart IDE
1220
1321
## Prerequisites
1422

@@ -25,7 +33,7 @@
2533
>
2634
> The reason for it is the Android Gradle Plugin, which requires Java 11 to build anything.
2735
28-
## Running in AS
36+
## Running in Android Studio
2937

3038
> For now, running Utbot is supported only for Kotlin libraries. You can
3139
> create one like this:

0 commit comments

Comments
 (0)