From a78b4a29f1cdfa017cfc3bc19b32ecd3421a741a Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 10 Jun 2025 16:08:29 +0200 Subject: [PATCH] chore(android): update README instructions (#9497) While setting up Android Studio on my Mac, I noticed that these instructions are slightly out of date and can be improved. --- kotlin/android/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/kotlin/android/README.md b/kotlin/android/README.md index 143796dc8..a6d723b56 100644 --- a/kotlin/android/README.md +++ b/kotlin/android/README.md @@ -31,15 +31,12 @@ locally. ![Android SDK Tools](./images/android-studio-sdk-tools.png) Make sure the correct NDK version is installed by looking at: - `../../rust/connlib/clients/android/connlib/build.gradle.kts` + `./app/build.gradle.kts` -1. Set the following ENV variables in the start up config for your shell: +1. Set the following properties in your `local.properties` file: ``` - JAVA_HOME=/Applications/Android\ Studio.app/Contents/jbr/Contents/Home - ANDROID_HOME=/Users//Library/Android/sdk - NDK_HOME=$ANDROID_HOME/ndk-bundle - PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin + sdk.dir=/Users//Library/Android/sdk ``` 1. Make sure the following Rust targets are installed into the correct