update build-tools to 29.0.3

This commit is contained in:
Daniel Micay 2020-02-16 23:40:25 -05:00
parent 88be3e0364
commit f0ef3a8c65

View File

@ -664,7 +664,7 @@ rm sdk-tools-linux-4333796.zip</pre>
<p>Add the directories to your PATH in your shell profile configuration and do the <p>Add the directories to your PATH in your shell profile configuration and do the
same in your current shell:</p> same in your current shell:</p>
<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" <pre>export PATH="$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:$HOME/sdk/build-tools/29.0.3:$PATH:$HOME/sdk/ndk-bundle"
export ANDROID_HOME="$HOME/sdk"</pre> export ANDROID_HOME="$HOME/sdk"</pre>
<p>Run an initial update:</p> <p>Run an initial update:</p>
@ -678,7 +678,7 @@ export ANDROID_HOME="$HOME/sdk"</pre>
<p>For running the Compatibility Test Suite you'll also need the build-tools for <p>For running the Compatibility Test Suite you'll also need the build-tools for
aapt:</p> aapt:</p>
<pre>sdkmanager 'build-tools;29.0.2'</pre> <pre>sdkmanager 'build-tools;29.0.3'</pre>
<p>For working with native code, you need the NDK:</p> <p>For working with native code, you need the NDK:</p>
@ -729,7 +729,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/29.0.2:$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.3:$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