You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by gi...@apache.org on 2021/10/07 13:55:43 UTC

[cordova-docs] branch asf-site updated: Deploying to asf-site from @ apache/cordova-docs@bd5b52b626198295157b7e658b712d8a433abfb0 🚀

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2bcb080  Deploying to asf-site from @ apache/cordova-docs@bd5b52b626198295157b7e658b712d8a433abfb0 🚀
2bcb080 is described below

commit 2bcb080e4e07b85f0937c3683756bde3c8f010d2
Author: breautek <no...@nbsolutions.ca>
AuthorDate: Thu Oct 7 13:55:33 2021 +0000

    Deploying to asf-site from @ apache/cordova-docs@bd5b52b626198295157b7e658b712d8a433abfb0 🚀
---
 docs/en/10.x/guide/platforms/android/index.html | 10 +++++++---
 docs/en/dev/guide/platforms/android/index.html  | 10 +++++++---
 feed.xml                                        |  4 ++--
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/docs/en/10.x/guide/platforms/android/index.html b/docs/en/10.x/guide/platforms/android/index.html
index 01d3d57..f122367 100644
--- a/docs/en/10.x/guide/platforms/android/index.html
+++ b/docs/en/10.x/guide/platforms/android/index.html
@@ -2304,8 +2304,9 @@ should be updated:</p>
 installation</li>
 <li>Set the <code>ANDROID_SDK_ROOT</code> environment variable to the location of your Android
 SDK installation</li>
-<li>It is also recommended that you add the Android SDK&#39;s <code>tools</code>, <code>tools/bin</code>,
+<li>It is also recommended that you add the Android SDK&#39;s <code>cmdline-tools/latest/bin</code>, <code>emulator</code>
 and <code>platform-tools</code> directories to your <code>PATH</code></li>
+<li>For apksigner and zipalign, the Android SDK&#39;s <code>build-tools</code> must also be added to your <code>PATH</code></li>
 </ol>
 
 <h4>OS X and Linux</h4>
@@ -2317,7 +2318,9 @@ and <code>platform-tools</code> directories to your <code>PATH</code></li>
 </code></pre></div>
 <p>To update your <code>PATH</code>, add a line resembling the following (substitute the paths
 with your local Android SDK installation&#39;s location):</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="k">${</span><span class="nv">PATH</span><span class="k">}</span>:/Development/android-sdk/platform-tools:/Development/android-sdk/tools
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:<span class="nv">$ANDROID_SDK_ROOT</span>/platform-tools/
+<span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:<span class="nv">$ANDROID_SDK_ROOT</span>/cmdline-tools/latest/bin/
+<span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:<span class="nv">$ANDROID_SDK_ROOT</span>/emulator/
 </code></pre></div>
 <p>Reload your terminal to see this change reflected or run the following command:</p>
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">source</span> ~/.bash_profile
@@ -2347,7 +2350,8 @@ system Environment Variables</strong> from the options that appear</p></li>
 <li><p>Add entries for the relevant locations to the <strong>PATH</strong>. For example
 (substitute the paths with your local Android SDK installation&#39;s location):</p>
 <div class="highlight"><pre><code class="language-" data-lang="">C:\Users\[your user]\AppData\Local\Android\Sdk\platform-tools
-C:\Users\[your user]\AppData\Local\Android\Sdk\tools
+C:\Users\[your user]\AppData\Local\Android\Sdk\cmdline-tools\latest\bin
+C:\Users\[your user]\AppData\Local\Android\Sdk\tools\emulator
 </code></pre></div></li>
 </ol>
 
diff --git a/docs/en/dev/guide/platforms/android/index.html b/docs/en/dev/guide/platforms/android/index.html
index 69f1503..3102b07 100644
--- a/docs/en/dev/guide/platforms/android/index.html
+++ b/docs/en/dev/guide/platforms/android/index.html
@@ -2343,8 +2343,9 @@ should be updated:</p>
 installation</li>
 <li>Set the <code>ANDROID_SDK_ROOT</code> environment variable to the location of your Android
 SDK installation</li>
-<li>It is also recommended that you add the Android SDK&#39;s <code>tools</code>, <code>tools/bin</code>,
+<li>It is also recommended that you add the Android SDK&#39;s <code>cmdline-tools/latest/bin</code>, <code>emulator</code>
 and <code>platform-tools</code> directories to your <code>PATH</code></li>
+<li>For apksigner and zipalign, the Android SDK&#39;s <code>build-tools</code> must also be added to your <code>PATH</code></li>
 </ol>
 
 <h4>OS X and Linux</h4>
@@ -2356,7 +2357,9 @@ and <code>platform-tools</code> directories to your <code>PATH</code></li>
 </code></pre></div>
 <p>To update your <code>PATH</code>, add a line resembling the following (substitute the paths
 with your local Android SDK installation&#39;s location):</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="k">${</span><span class="nv">PATH</span><span class="k">}</span>:/Development/android-sdk/platform-tools:/Development/android-sdk/tools
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:<span class="nv">$ANDROID_SDK_ROOT</span>/platform-tools/
+<span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:<span class="nv">$ANDROID_SDK_ROOT</span>/cmdline-tools/latest/bin/
+<span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:<span class="nv">$ANDROID_SDK_ROOT</span>/emulator/
 </code></pre></div>
 <p>Reload your terminal to see this change reflected or run the following command:</p>
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">source</span> ~/.bash_profile
@@ -2386,7 +2389,8 @@ system Environment Variables</strong> from the options that appear</p></li>
 <li><p>Add entries for the relevant locations to the <strong>PATH</strong>. For example
 (substitute the paths with your local Android SDK installation&#39;s location):</p>
 <div class="highlight"><pre><code class="language-" data-lang="">C:\Users\[your user]\AppData\Local\Android\Sdk\platform-tools
-C:\Users\[your user]\AppData\Local\Android\Sdk\tools
+C:\Users\[your user]\AppData\Local\Android\Sdk\cmdline-tools\latest\bin
+C:\Users\[your user]\AppData\Local\Android\Sdk\tools\emulator
 </code></pre></div></li>
 </ol>
 
diff --git a/feed.xml b/feed.xml
index 711b912..032f302 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 07 Oct 2021 07:39:47 +0000</pubDate>
-    <lastBuildDate>Thu, 07 Oct 2021 07:39:47 +0000</lastBuildDate>
+    <pubDate>Thu, 07 Oct 2021 13:52:48 +0000</pubDate>
+    <lastBuildDate>Thu, 07 Oct 2021 13:52:48 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org