File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
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:
You can’t perform that action at this time.
0 commit comments