From b1c449e1f3470396680916c92086286ab5cff7b5 Mon Sep 17 00:00:00 2001 From: "dima.avdeev" Date: Tue, 21 Feb 2023 23:55:38 +0400 Subject: [PATCH] README --- compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/README.md b/compose/README.md index f872a5e935..ef52c00266 100644 --- a/compose/README.md +++ b/compose/README.md @@ -15,7 +15,7 @@ git config --global submodule.recurse true - Java 11 (should be specified in JAVA_HOME) - [macOs/Linux] Android SDK downloaded via `./compose/frameworks/support/jbdeps/android-sdk/downloadAndroidSdk` - [Windows] Android SDK downloaded from Android Studio and specified in ANDROID_SDK_ROOT -- [Optional, macOs] For AppCode IDE, specify environment variable ANDROID_SDK_ROOT=[YOUR_PATH]/compose-jb/compose/frameworks/support/jbdeps/android-sdk/darwin (in ~/.zshrc) +- [Optional, macOs] For AppCode IDE, specify environment variable `export ANDROID_SDK_ROOT=[YOUR_PATH]/compose-jb/compose/frameworks/support/jbdeps/android-sdk/darwin` (in ~/.zshrc) ## Developing in IDE 1. Download Android Studio from [the official site](https://developer.android.com/studio/archive) (it is mandatory to use the version, written [here](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L11)). As an alternative you can use IDEA, which is compatible with [this AGP version](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L5), or you can disable Android plugin in IDEA plugins, to develop non-Android targets.