You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/start/ns-setup-linux.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,10 @@ Complete the following steps to set up NativeScript on your Linux development ma
67
67
68
68
5. Install the [Android SDK](http://developer.android.com/sdk/index.html).
69
69
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`
71
71
* The archive you just extracted was the `tools` folder, so in this case it would be at: `/usr/local/android/sdk/tools`
72
72
3. Set the ANDROID_HOME environment variable. Open `~/.bashrc` and add the following:
0 commit comments