Skip to content

Commit

Permalink
Update _getting-started-linux-android.md
Browse files Browse the repository at this point in the history
Added steps to install Android SDK Command-line Tools
  • Loading branch information
luishenriqueturani committed Jan 12, 2024
1 parent a65df9e commit 535ee2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/_getting-started-linux-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<h4>3. Configure the ANDROID_HOME environment variable</h4>

Expand Down

0 comments on commit 535ee2e

Please sign in to comment.