File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Android Studio support
2
2
3
- ## Installing AS
3
+ ## Installing Android Studio
4
4
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 >
6
7
7
8
### Installing Lombok plugin
8
9
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:
10
12
>
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
12
20
13
21
## Prerequisites
14
22
25
33
>
26
34
> The reason for it is the Android Gradle Plugin, which requires Java 11 to build anything.
27
35
28
- ## Running in AS
36
+ ## Running in Android Studio
29
37
30
38
> For now, running Utbot is supported only for Kotlin libraries. You can
31
39
> create one like this:
You can’t perform that action at this time.
0 commit comments