diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 18:30:36 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 18:31:20 -0400 |
| commit | fbd200d6c9a1358e69bb053882143f1a2f70e317 (patch) | |
| tree | 26c501483fd47d7c30c229c0eadb51345e0f48f0 | |
| parent | e3b6968927002ca6023bcd3ebf7b72837676fa26 (diff) | |
initial SDK update no longer brings platform-tools
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 65ca9ab9..da4362bb 100644 --- a/static/build.html +++ b/static/build.html @@ -718,7 +718,7 @@ rm sdk-tools-linux-4333796.zip</pre> <pre>export PATH="$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:$HOME/sdk/build-tools/29.0.2:$PATH:$HOME/sdk/ndk-bundle" export ANDROID_HOME="$HOME/sdk"</pre> - <p>Run an initial update, which will also install platform-tools</p> + <p>Run an initial update:</p> <pre>sdkmanager --update</pre> |
