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: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ NativeScript CLI Changelog
6
6
7
7
### Breaking
8
8
* Minimum required Android Build-tools version is set to 23.0.0 due to some changes in Android SDK. CLI will not allow building your application for Android in case you do not have at least this version installed.
9
+
* Minimum required Windows version is now Windows 7 SP1.
Copy file name to clipboardExpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -69,13 +69,13 @@ You can install and run the NativeScript CLI on Windows or OS X.
69
69
70
70
> On Windows systems, you can develop, build, and deploy NativeScript projects that target Android.
71
71
72
-
* Windows Vista or later
73
-
* 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
72
+
* Windows 7 SP1 or later
73
+
* 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.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
74
74
* (Optional) [Chocolatey][Chocolatey]
75
75
*[JDK 8][JDK 8] or a later stable official release
76
76
*[Android SDK 22][Android SDK 22] or a later stable official release
77
-
*[Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
78
-
*[Android Support Repository][Android Support Repository]
77
+
*[Android SDK Build-tools 23.0.0][Android SDK Build-tools 23.0.0] or a later stable official release
78
+
*[Local Maven repository for Support Libraries][Local Maven repository for Support Libraries]
79
79
* (Optional) [Genymotion][Genymotion]
80
80
81
81
If you have installed Chocolatey, you can complete these steps to set up JDK, and Android SDK.
@@ -114,28 +114,28 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, an
114
114
```
115
115
1. Select all packages for the Android 22 SDK and any other SDKs that you want to install, click **Install** and wait for the installation to complete.
116
116
1. Select Android SDK Build-tools 22.0.0 or later stable version, click **Install** and wait for the installation to complete.
117
-
1. Select Extras/Android Support Repository, click **Install** and wait for the installation to complete.
117
+
1. Select Extras/Local Maven repository for Support Libraries, click **Install** and wait for the installation to complete.
118
118
119
119
> NOTE: You can install required Android Tools with the following command:
> On OS X systems, you can develop, build, and deploy NativeScript projects that target iOS and Android.
127
127
128
128
* OS X Mavericks
129
-
* 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
129
+
* 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.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
130
130
* For iOS development
131
131
* [Latest Xcode][12]
132
132
* [Xcode command-line tools][12]
133
133
* (Optional) [CocoaPods 0.38.2][CocoaPods 0.38.2]
134
134
* For Android development
135
135
* [JDK 8][JDK 8] or a later stable official release
136
136
* [Android SDK 22][Android SDK 22] or a later stable official release
137
-
* [Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
138
-
* [Android Support Repository][Android Support Repository]
137
+
* [Android SDK Build-tools 23.0.0][Android SDK Build-tools 23.0.0] or a later stable official release
138
+
* [Local Maven repository for Support Libraries][Local Maven repository for Support Libraries]
139
139
* (Optional) [Genymotion][Genymotion]
140
140
141
141
If not present, create the following environment variables.
@@ -157,15 +157,15 @@ For example: ANDROID_HOME=/usr/local/Cellar/android-sdk/24/
157
157
You can install the required Android tools with the following command:
> On Linux systems, you can develop, build, and deploy NativeScript projects that target Android.
166
166
167
167
* Ubuntu 14.04 LTS
168
-
* 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
168
+
* 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.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
169
169
170
170
> **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