Skip to content

Commit

Permalink
Changed the deprecated ANDROID_HOME usages to the newer ANDROID_SDK_R…
Browse files Browse the repository at this point in the history
…OOT (#1077)
  • Loading branch information
breautek authored Apr 17, 2020
1 parent 2469570 commit d14afee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/en/dev/guide/platforms/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down

0 comments on commit d14afee

Please sign in to comment.