Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 4479fef

Browse files
map7NickIliev
authored andcommitted
Make the Android SDK install directory consistent (#1702)
In some places it was /usr/lib and in others it was /usr/local. I believe it should be /usr/local for 'user' based installs
1 parent d39e0c7 commit 4479fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/start/ns-setup-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Complete the following steps to set up NativeScript on your Linux development ma
6767

6868
5. Install the [Android SDK](http://developer.android.com/sdk/index.html).
6969
1. Go to [Android Studio and SDK Downloads](https://developer.android.com/sdk/index.html#Other) and in the **SDK Tools Only** section download the package for Linux at the bottom of the page.
70-
2. After the download completes, unpack the downloaded archive into a folder, such as `/usr/lib/android/sdk`
70+
2. After the download completes, unpack the downloaded archive into a folder, such as `/usr/local/android/sdk`
7171
* The archive you just extracted was the `tools` folder, so in this case it would be at: `/usr/local/android/sdk/tools`
7272
3. Set the ANDROID_HOME environment variable. Open `~/.bashrc` and add the following:
73-
<pre><code class="language-terminal">export ANDROID_HOME="/usr/lib/android/sdk/"
73+
<pre><code class="language-terminal">export ANDROID_HOME="/usr/local/android/sdk/"
7474
export PATH="${PATH}:${ANDROID_HOME}tools/:${ANDROID_HOME}platform-tools/"</code></pre>
7575
4. In a text file which was opened, paste in the path to your variable (at the new line).
7676

0 commit comments

Comments
 (0)