Skip to content

Commit

Permalink
chore: tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed May 21, 2021
1 parent fdf3cc7 commit 200561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Download `cmdline-tool` from [https://developer.android.com/studio#cmdline-tools
```bash

~/android-sdk/cmdline-tools/latest/bin/sdkmanager --update
~/android-sdk/cmdline-tools/latest/bin/sdkmanager "platform-tools" "platforms;android-29" "build-tools;29.0.2" "add-ons;addon-google_apis-google-24" "system-images;android-29;default;x86_64"
~/android-sdk/cmdline-tools/latest/bin/sdkmanager "platform-tools" "platforms;android-29" "build-tools;29.0.2" "system-images;android-29;default;x86_64"

// in your .zshrc or similar add sdk to PATH
PATH=$PATH:$ANDROID_SDK_ROOT/emulator
Expand Down

0 comments on commit 200561b

Please sign in to comment.