Fixed path to platform-tools

This commit is contained in:
candidlurker 2022-08-26 10:51:51 +02:00 committed by Daniel Micay
parent 6a1ee2d5cb
commit 8ae03ca9e2

View File

@ -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>