From 7ad42d83e485472ee994bf2bd07de71c6b152374 Mon Sep 17 00:00:00 2001 From: Oli Lalonde Date: Fri, 10 Mar 2023 18:38:23 -0400 Subject: [PATCH] Update android_building.md (#25575) * Update android_building.md * Update docs/guides/android_building.md Co-authored-by: Boris Zbarsky --------- Co-authored-by: Boris Zbarsky --- docs/guides/android_building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/android_building.md b/docs/guides/android_building.md index 02a3653f298186..d225d5e036129a 100644 --- a/docs/guides/android_building.md +++ b/docs/guides/android_building.md @@ -45,7 +45,7 @@ directory. You need Android SDK 21 & NDK 21.4.7075529 downloaded to your machine. Set the `$ANDROID_HOME` environment variable to where the SDK is downloaded and the `$ANDROID_NDK_HOME` environment variable to point to where the NDK package is -downloaded. +downloaded. The build also requires `kotlinc` to be in your `$PATH`. 1. Install [Android Studio](https://developer.android.com/studio) 2. Install NDK: