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: README.md
+14-48
Original file line number
Diff line number
Diff line change
@@ -69,23 +69,14 @@ You can install and run the NativeScript CLI on Windows or OS X.
69
69
> On Windows systems, you can develop, build, and deploy NativeScript projects that target Android.
70
70
71
71
* Windows Vista or later
72
-
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/), [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) or [4.2.x](https://nodejs.org/dist/latest-v4.x/) stable official release
72
+
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/), [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), [4.2.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
73
73
* (Optional) [Chocolatey][Chocolatey]
74
74
*[JDK 8][JDK 8] or a later stable official release
75
75
*[Android SDK 22][Android SDK 22] or a later stable official release
76
76
*[Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
77
77
*[Android Support Repository][Android Support Repository]
78
78
* (Optional) [Genymotion][Genymotion]
79
79
80
-
If you want to develop for Android, verify that you have added the following paths in the `PATH` system environment variable.
81
-
82
-
```
83
-
Path to tools directory in the Android SDK installation folder
84
-
Path to platform-tools directory in the Android SDK installation folder
85
-
```
86
-
87
-
For example: PATH=...;...;C:\Users\MyUser\AppData\Local\Android\android-sdk\tools;C:\Users\MyUser\AppData\Local\Android\android-sdk\platform-tools;
88
-
89
80
If you have installed Chocolatey, you can complete these steps to set up JDK, and Android SDK.
90
81
91
82
1. Run a Windows command prompt.
@@ -97,7 +88,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, an
97
88
1. If not present, create the following environment variables.
98
89
99
90
```
100
-
JAVA_HOME=Path to the jdk* install folder
91
+
JAVA_HOME=Path to the jdk* install directory
101
92
```
102
93
103
94
For example: JAVA_HOME=C:\Program Files\Java\jdk1.8.0_66
@@ -107,19 +98,14 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, an
107
98
```
108
99
109
100
For example: ANDROID_HOME=C:\Android\android-sdk
101
+
102
+
> NOTE: This is the directory that contains `tools` and `platform-tools` directories.
103
+
110
104
1. To install the Android SDK, run the following command.
111
105
112
106
```Shell
113
107
choco install android-sdk
114
108
```
115
-
1. If not present, add the following file path to the `PATH` system environment variable.
116
-
117
-
```
118
-
Path to tools directory in the Android SDK installation folder
119
-
Path to platform-tools directory in the Android SDK installation folder
120
-
```
121
-
122
-
For example: PATH=...;...;C:\Users\MyUser\AppData\Local\Android\android-sdk\tools;C:\Users\MyUser\AppData\Local\Android\android-sdk\platform-tools
123
109
1. To update the Android SDK to 22 or later, run the following command.
> On OS X systems, you can develop, build, and deploy NativeScript projects that target iOS and Android.
140
126
141
127
* OS X Mavericks
142
-
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), or [4.2.x](https://nodejs.org/dist/latest-v4.x/) stable official release
128
+
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/), [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), [4.2.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
> On Linux systems, you can develop, build, and deploy NativeScript projects that target Android.
189
165
190
166
* Ubuntu 14.04 LTS
191
-
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), or [4.2.x](https://nodejs.org/dist/latest-v4.x/) stable official release
167
+
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/), [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), [4.2.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
192
168
193
169
> **TIP:** You can follow the instructions provided [here](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install Node.js on your system.
0 commit comments