From 535ee2e9ea7549cd670f7108ab63f7cb815f134b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Henrique?= <79663087+luishenriqueturani@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:07:38 -0300 Subject: [PATCH] Update _getting-started-linux-android.md Added steps to install Android SDK Command-line Tools --- docs/_getting-started-linux-android.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_getting-started-linux-android.md b/docs/_getting-started-linux-android.md index d4b67180bd1..790fff830d8 100644 --- a/docs/_getting-started-linux-android.md +++ b/docs/_getting-started-linux-android.md @@ -48,7 +48,11 @@ Select the "SDK Platforms" tab from within the SDK Manager, then check the box n Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build-Tools" entry, then make sure that `33.0.0` is selected. -Finally, click "Apply" to download and install the Android SDK and related build tools. +Click "Apply" to download and install the Android SDK and related build tools. + +In the SDK Tools tab, check if Android SDK Command-line Tools is checked, if not, check it and click apply. This package is necessary for React Native commands on the command line to recognize the Android SDK on your system. + +With this done, the Android SDK should be ready to use.

3. Configure the ANDROID_HOME environment variable