You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2020/04/17 13:20:54 UTC

[cordova-docs] branch master updated: Changed the deprecated ANDROID_HOME usages to the newer ANDROID_SDK_ROOT (#1077)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d14afee  Changed the deprecated ANDROID_HOME usages to the newer ANDROID_SDK_ROOT (#1077)
d14afee is described below

commit d14afee0d5da5716f412379b5bdd888d7eb93457
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Fri Apr 17 10:20:42 2020 -0300

    Changed the deprecated ANDROID_HOME usages to the newer ANDROID_SDK_ROOT (#1077)
---
 www/docs/en/dev/guide/platforms/android/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/docs/en/dev/guide/platforms/android/index.md b/www/docs/en/dev/guide/platforms/android/index.md
index f633f1b..41e4496 100644
--- a/www/docs/en/dev/guide/platforms/android/index.md
+++ b/www/docs/en/dev/guide/platforms/android/index.md
@@ -107,7 +107,7 @@ should be updated:
 
 1. Set the `JAVA_HOME` environment variable to the location of your JDK
    installation
-2. Set the `ANDROID_HOME` environment variable to the location of your Android
+2. Set the `ANDROID_SDK_ROOT` environment variable to the location of your Android
    SDK installation
 3. It is also recommended that you add the Android SDK's `tools`, `tools/bin`,
    and `platform-tools` directories to your `PATH`
@@ -119,7 +119,7 @@ On a Mac or Linux, you can use a text editor to create or modify the
 `export` like so (substitute the path with your local installation):
 
 ```bash
-export ANDROID_HOME=/Development/android-sdk/
+export ANDROID_SDK_ROOT=/Development/android-sdk/
 ```
 
 To update your `PATH`, add a line resembling the following (substitute the paths


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