Skip to content

Commit bb6164b

Browse files
author
Henry Hobhouse
committed
revert(getting-started): rm path to sdkmanager
1 parent df9a90b commit bb6164b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/_getting-started-macos-android.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ Next, select the "SDK Tools" tab and check the box next to "Show Package Details
6565

6666
Finally, click "Apply" to download and install the Android SDK and related build tools.
6767

68-
You can also run the following command after setting ANDROID_SDK_ROOT.
69-
70-
```shell
71-
sdkmanager "platforms;android-30" "system-images;android-30;default;x86_64" "system-images;android-30;google_apis;x86"
72-
sdkmanager "cmdline-tools;latest" "build-tools;30.0.2"
73-
```
74-
7568
<h4>3. Configure the ANDROID_SDK_ROOT environment variable</h4>
7669

7770
The React Native tools require some environment variables to be set up in order to build apps with native code.
@@ -81,8 +74,6 @@ Add the following lines to your `$HOME/.bash_profile` or `$HOME/.bashrc` (if you
8174
```shell
8275
export ANDROID_SDK_ROOT=$HOME/Library/Android/sdk
8376
export PATH=$PATH:$ANDROID_SDK_ROOT/emulator
84-
# Commandline Path is determined by version "/cmdline-tools/[VERSION]/bin" latest is the default from Android studio but please check you setup within the SDK Manager
85-
export PATH=$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin
8677
export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
8778
```
8879

0 commit comments

Comments
 (0)