update build-tools in example PATH

This commit is contained in:
Daniel Micay 2019-10-08 18:19:53 -04:00
parent f3dc45ce06
commit 69ab7c9af4

View File

@ -775,7 +775,7 @@ export ANDROID_HOME="$HOME/sdk"</pre>
installed and the binaries need to be added to your PATH. For example, with the SDK installed and the binaries need to be added to your PATH. For example, with the SDK
located at <code>/home/username</code>:</p> located at <code>/home/username</code>:</p>
<pre>export ANDROID_HOME="$HOME/sdk" <pre>export ANDROID_HOME="$HOME/sdk"
export PATH="$PATH:$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:$HOME/sdk/build-tools/27.0.3:$HOME/sdk/ndk-bundle"</pre> export PATH="$PATH:$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:$HOME/sdk/build-tools/29.0.2:$HOME/sdk/ndk-bundle"</pre>
<p>Copy media onto the device:</p> <p>Copy media onto the device:</p>
<pre>cd android-cts-media-1.4 <pre>cd android-cts-media-1.4
./copy_images.sh ./copy_images.sh