Skip to content

Commit df9a90b

Browse files
author
Henry Hobhouse
committed
refactor(getting-started): rm cmdline path - linux
1 parent 2c9d7f1 commit df9a90b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/_getting-started-linux-android.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ Add the following lines to your `$HOME/.bash_profile` or `$HOME/.bashrc` (if you
5656
```shell
5757
export ANDROID_SDK_ROOT=$HOME/Library/Android/sdk
5858
export PATH=$PATH:$ANDROID_SDK_ROOT/emulator
59-
# 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
60-
export PATH=$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin
6159
export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
6260
```
6361

0 commit comments

Comments
 (0)