diff --git a/docs/AndroidStudioSupport.md b/docs/AndroidStudioSupport.md index c051d53a62..6feabebca2 100644 --- a/docs/AndroidStudioSupport.md +++ b/docs/AndroidStudioSupport.md @@ -1,14 +1,22 @@ # Android Studio support -## Installing AS +## Installing Android Studio -> Install latest AS +> Install the latest version of Android Studio +> * ### Installing Lombok plugin -> Use the first advice from the following link +> Lombok plugin is not required to use UnitTest Bot. +> However, if this plugin is required for your own goals, do the following: > -> +> * go to https://plugins.jetbrains.com/plugin/6317-lombok/versions +> +> * download .zip with the latest version +> +> * unpack it to ~/android-studio/plugins (use your path to Android Studio) +> +> * restart IDE ## Prerequisites @@ -25,7 +33,7 @@ > > The reason for it is the Android Gradle Plugin, which requires Java 11 to build anything. -## Running in AS +## Running in Android Studio > For now, running Utbot is supported only for Kotlin libraries. You can > create one like this: