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