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
Copy file name to clipboardExpand all lines: docs/start/ns-setup-linux.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,12 @@ Complete the following steps to set up NativeScript on your Linux development ma
68
68
You may need to reload the `bashrc`file either by logging out and in again, or by running `source .bashrc` in the terminal from your Home directory.
69
69
70
70
5. Install the [Android SDK](http://developer.android.com/sdk/index.html).
71
-
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.
72
-
2. After the download completes, unpack the downloaded archive into a folder, such as `/usr/local/android/sdk`
73
-
* The archive you just extracted was the `tools` folder, so in this case it would be at: `/usr/local/android/sdk/tools`
71
+
1. Go to [Android Studio and SDK Downloads](https://developer.android.com/sdk/index.html#Other) and in the **Command line tools only** section download the package for Linux at the bottom of the page.
72
+
2. After the download completes, unpack the downloaded archive into a folder, such as `/usr/local/android/sdk/cmdline-tools`
73
+
* The archive you just extracted was the `tools` folder, so in this case it would be at: `/usr/local/android/sdk/cmdline-tools/tools`
74
74
3. Set the ANDROID_HOME environment variable. Open `~/.bashrc` and add the following:
4. In a text file which was opened, paste in the path to your variable (at the new line).
78
78
79
79
For example: `ANDROID_HOME=/usr/local/android/sdk`
@@ -82,7 +82,7 @@ Complete the following steps to set up NativeScript on your Linux development ma
82
82
83
83
6. Install all packages for the Android SDK Platform 28, Android SDK Build-Tools 28.0.3 or later, Android Support Repository, Google Repository and any other SDKs that you may need. You can alternatively use the following command, which will install all required packages. In order to install SDK's go to Android Studio -> Settings -> System Settings -> Android SDK -> Mark all the Android versions you would like to support within your project (The API Level column indicates the SDK Platform).
0 commit comments