Skip to content

Commit 4104266

Browse files
authored
Stop relying on ${PWD}
1 parent afc2b93 commit 4104266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ See also: https://stackoverflow.com/a/55775566
141141
### Configure the Android SDK
142142

143143
```
144-
$ export ANDROID_SDK_ROOT="${PWD}"
144+
$ export ANDROID_SDK_ROOT="${HOME}/android/sdk"
145145
$ PATH="$PATH:${ANDROID_SDK_ROOT}/tools/bin:${ANDROID_SDK_ROOT}/emulator:${ANDROID_SDK_ROOT}/platform-tools"
146146
$ mkdir -p ~/.android
147147
$ touch ~/.android/repositories.cfg

0 commit comments

Comments
 (0)