diff --git a/docs/developing/android.md b/docs/developing/android.md
index daa73c8a920..825e76de6df 100644
--- a/docs/developing/android.md
+++ b/docs/developing/android.md
@@ -46,18 +46,10 @@ The Android SDK ships with command-line tool.
@@ -72,7 +64,7 @@ In `~/.bashrc`, `~/.bash_profile`, or similar shell startup scripts, make the fo
```
:::note
- For `apksigner` and `zipalign`, `$ANDROID_SDK_ROOT/build-tools<version>` must also be added to `PATH`.
+ For `apksigner` and `zipalign`, `$ANDROID_SDK_ROOT/build-tools` must also be added to `PATH`.
:::
### Creating an Android Virtual Device
diff --git a/versioned_docs/version-v5/developing/android.md b/versioned_docs/version-v5/developing/android.md
index 8faf6779d2d..3b060bd0284 100644
--- a/versioned_docs/version-v5/developing/android.md
+++ b/versioned_docs/version-v5/developing/android.md
@@ -41,7 +41,7 @@ The Android SDK ships with **Project Structure**. Select **SDK Location** in the left pane. The path is shown under **Android SDK location**.
```shell
- $ export ANDROID_SDK_ROOT=$HOME/Android/Sdk
+ $ export ANDROID_SDK_ROOT=$HOME/Library/Android/sdk
```
2. Add the Android SDK command-line directories to `PATH`. Each directory corresponds to the category of command-line tool.
@@ -72,7 +64,7 @@ In `~/.bashrc`, `~/.bash_profile`, or similar shell startup scripts, make the fo
```
:::note
- For `apksigner` and `zipalign`, `$ANDROID_SDK_ROOT/build-tools<version>` must also be added to `PATH`.
+ For `apksigner` and `zipalign`, `$ANDROID_SDK_ROOT/build-tools` must also be added to `PATH`.
:::
### Creating an Android Virtual Device