Skip to content

Commit a8d23db

Browse files
committed
Merge pull request #1005 from NativeScript/totoev/readme-sdk22
Describe required Android SDK 22 in CLI read.me
2 parents fb1257c + 1791d7e commit a8d23db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can install and run the NativeScript CLI on Windows or OS X.
7373
* (Optional) [Chocolatey][Chocolatey]
7474
* [JDK 8][JDK 8] or a later stable official release
7575
* [Gradle 2.3][Gradle 2.3] or a later stable official release
76-
* [Android SDK 21][Android SDK 21] or a later stable official release
76+
* [Android SDK 22][Android SDK 22] or a later stable official release
7777
* [Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
7878
* [Android Support Repository][Android Support Repository]
7979
* (Optional) [Genymotion][Genymotion]
@@ -134,12 +134,12 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Gr
134134
```
135135

136136
For example: PATH=...;...;C:\Users\MyUser\AppData\Local\Android\android-sdk\tools;C:\Users\MyUser\AppData\Local\Android\android-sdk\platform-tools
137-
1. To update the Android SDK to 21 or later, run the following command.
137+
1. To update the Android SDK to 22 or later, run the following command.
138138

139139
```Shell
140140
android update sdk
141141
```
142-
1. Select all packages for the Android 21 SDK and any other SDKs that you want to install, click **Install** and wait for the installation to complete.
142+
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.
143143
1. Select Android SDK Build-tools 22.0.0 or later stable version, click **Install** and wait for the installation to complete.
144144
1. Select Extras/Android Support Repository, click **Install** and wait for the installation to complete.
145145

@@ -161,7 +161,7 @@ android update sdk --filter tools,platform-tools,android-22,build-tools-22.0.1,s
161161
* For Android development
162162
* [JDK 8][JDK 8] or a later stable official release
163163
* [Gradle 2.3][Gradle 2.3] or a later stable official release
164-
* [Android SDK 21][Android SDK 21] or a later stable official release
164+
* [Android SDK 22][Android SDK 22] or a later stable official release
165165
* [Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
166166
* [Android Support Repository][Android Support Repository]
167167
* (Optional) [Genymotion][Genymotion]
@@ -221,7 +221,7 @@ echo yes | android update sdk --filter tools,platform-tools,android-22,build-too
221221
```
222222
* [JDK 8][JDK 8] or a later stable official release
223223
* [Gradle 2.3][Gradle 2.3] or a later stable official release
224-
* [Android SDK 21][Android SDK 21] or a later stable official release
224+
* [Android SDK 22][Android SDK 22] or a later stable official release
225225
* [Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
226226
* [Android Support Repository][Android Support Repository]
227227
* (Optional) [Genymotion][Genymotion]
@@ -616,7 +616,7 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
616616
[Chocolatey]: https://chocolatey.org/
617617
[JDK 8]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
618618
[Gradle 2.3]: https://gradle.org/gradle-download/
619-
[Android SDK 21]: http://developer.android.com/sdk/index.html
619+
[Android SDK 22]: http://developer.android.com/sdk/index.html
620620
[Genymotion]: https://www.genymotion.com/#!/
621621
[CocoaPods 0.38.2]: https://guides.cocoapods.org/using/getting-started.html#getting-started
622622
[Android SDK Build-tools 22.0.0]: http://developer.android.com/sdk/index.html

0 commit comments

Comments
 (0)