We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc2b93 commit 4104266Copy full SHA for 4104266
README.md
@@ -141,7 +141,7 @@ See also: https://stackoverflow.com/a/55775566
141
### Configure the Android SDK
142
143
```
144
-$ export ANDROID_SDK_ROOT="${PWD}"
+$ export ANDROID_SDK_ROOT="${HOME}/android/sdk"
145
$ PATH="$PATH:${ANDROID_SDK_ROOT}/tools/bin:${ANDROID_SDK_ROOT}/emulator:${ANDROID_SDK_ROOT}/platform-tools"
146
$ mkdir -p ~/.android
147
$ touch ~/.android/repositories.cfg
0 commit comments