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
+6-6
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ You can install and run the NativeScript CLI on Windows or OS X.
73
73
* (Optional) [Chocolatey][Chocolatey]
74
74
*[JDK 8][JDK 8] or a later stable official release
75
75
*[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
77
77
*[Android SDK Build-tools 22.0.0][Android SDK Build-tools 22.0.0] or a later stable official release
78
78
*[Android Support Repository][Android Support Repository]
79
79
* (Optional) [Genymotion][Genymotion]
@@ -134,12 +134,12 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Gr
134
134
```
135
135
136
136
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.
138
138
139
139
```Shell
140
140
android update sdk
141
141
```
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.
143
143
1. Select Android SDK Build-tools 22.0.0 or later stable version, click **Install** and wait for the installation to complete.
144
144
1. Select Extras/Android Support Repository, click **Install** and wait for the installation to complete.
0 commit comments