Content-Length: 478019 | pFad | http://github.com/MizoPro/nativescript-cli/commit/480cda307aee51dd609109a940996af6fda84ec4

EC Update CHANGELOG and README · MizoPro/nativescript-cli@480cda3 · GitHub
Skip to content

Commit 480cda3

Browse files
Update CHANGELOG and README
Set minimum required Windows version to `Windows 7 SP1` Update Android Requirements.
1 parent 012e58b commit 480cda3

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ NativeScript CLI Changelog
66

77
### Breaking
88
* 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.
910

1011
### New
1112
* [Implemented #1172](https://github.com/NativeScript/nativescript-cli/issues/1172): Add `tns publish ios` command.

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ You can install and run the NativeScript CLI on Windows or OS X.
6969

7070
> On Windows systems, you can develop, build, and deploy NativeScript projects that target Android.
7171
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
7474
* (Optional) [Chocolatey][Chocolatey]
7575
* [JDK 8][JDK 8] or a later stable official release
7676
* [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]
7979
* (Optional) [Genymotion][Genymotion]
8080

8181
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
114114
```
115115
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.
116116
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.
118118

119119
> NOTE: You can install required Android Tools with the following command:
120120
```Shell
121-
android update sdk --filter tools,platform-tools,android-22,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
121+
android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.2,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
122122
```
123123

124124
## OS X
125125

126126
> On OS X systems, you can develop, build, and deploy NativeScript projects that target iOS and Android.
127127
128128
* 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
130130
* For iOS development
131131
* [Latest Xcode][12]
132132
* [Xcode command-line tools][12]
133133
* (Optional) [CocoaPods 0.38.2][CocoaPods 0.38.2]
134134
* For Android development
135135
* [JDK 8][JDK 8] or a later stable official release
136136
* [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]
139139
* (Optional) [Genymotion][Genymotion]
140140

141141
If not present, create the following environment variables.
@@ -157,15 +157,15 @@ For example: ANDROID_HOME=/usr/local/Cellar/android-sdk/24/
157157
You can install the required Android tools with the following command:
158158

159159
```Shell
160-
echo yes | android update sdk --filter tools,platform-tools,android-22,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
160+
echo yes | android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.2,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
161161
```
162162

163163
## Linux
164164

165165
> On Linux systems, you can develop, build, and deploy NativeScript projects that target Android.
166166
167167
* 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
169169

170170
> **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.
171171

@@ -182,8 +182,8 @@ echo yes | android update sdk --filter tools,platform-tools,android-22,build-too
182182
```
183183
* [JDK 8][JDK 8] or a later stable official release
184184
* [Android SDK 22][Android SDK 22] or a later stable official release
185-
* [Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
186-
* [Android Support Repository][Android Support Repository]
185+
* [Android SDK Build-tools 23.0.0][Android SDK Build-tools 23.0.0] or a later stable official release
186+
* [Local Maven repository for Support Libraries][Local Maven repository for Support Libraries]
187187
* (Optional) [Genymotion][Genymotion]
188188

189189
If not present, create the following environment variables.
@@ -205,7 +205,7 @@ For example: ANDROID_HOME=/home/user/android-sdk
205205
You can install required Android Tools with the following command.
206206

207207
```Shell
208-
echo yes | android update sdk --filter tools,platform-tools,android-22,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
208+
echo yes | android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.2,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
209209
```
210210

211211
[Back to Top][1]
@@ -580,5 +580,5 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
580580
[Genymotion]: https://www.genymotion.com/#!/
581581
[CocoaPods 0.38.2]: https://guides.cocoapods.org/using/getting-started.html#getting-started
582582
[Android SDK Build-tools 22.0.0]: http://developer.android.com/sdk/index.html
583-
[Android Support Repository]: http://developer.android.com/sdk/index.html
584-
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-cli?pixel)
583+
[Local Maven repository for Support Libraries]: http://developer.android.com/sdk/index.html
584+
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-cli?pixel)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/MizoPro/nativescript-cli/commit/480cda307aee51dd609109a940996af6fda84ec4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy