diff options
| author | candidlurker <candidlurker@proton.me> | 2022-08-26 10:51:51 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-26 11:23:07 -0400 |
| commit | 8ae03ca9e22f18a87363ddf31d1f2a0a5302df78 (patch) | |
| tree | 465cbc49105734528d8f6233de1e543b234824b2 /static | |
| parent | 6a1ee2d5cbe8929574fa050bb1509cdee76b9bcb (diff) | |
Fixed path to platform-tools
Diffstat (limited to 'static')
| -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 1feffbb1..69d2235a 100644 --- a/static/build.html +++ b/static/build.html @@ -976,7 +976,7 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"</pre> <p>Add the <code>platform-tools</code> executables to your <code>PATH</code>:</p> - <pre>export PATH="$HOME/android/platform-tools:$PATH"</pre> + <pre>export PATH="$HOME/android/sdk/platform-tools:$PATH"</pre> <p>For running the Compatibility Test Suite you'll also need the build-tools for aapt:</p> |
