Skip to content

Commit ab1ed5c

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Merge pull request #976 from NativeScript/vchimev-patch-1
Update readme.md - Remove android-17 from all android update sdk scripts.
2 parents 9121a7a + fc956ba commit ab1ed5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Gr
145145

146146
> NOTE: You can install required Android Tools with the following command:
147147
```Shell
148-
android update sdk --filter tools,platform-tools,android-22,android-17,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
148+
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
149149
```
150150

151151
## OS X
@@ -195,7 +195,7 @@ For example: ANDROID_HOME=/Applications/Android\ Studio.app/sdk/
195195

196196
> NOTE: You can install required Android Tools with the following command:
197197
```Shell
198-
echo yes | android update sdk --filter tools,platform-tools,android-22,android-17,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
198+
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
199199
```
200200

201201
## Linux
@@ -254,7 +254,7 @@ For example: ANDROID_HOME=/home/user/android-sdk
254254

255255
> NOTE: You can install required Android Tools with the following command:
256256
```Shell
257-
echo yes | android update sdk --filter tools,platform-tools,android-22,android-17,build-tools-22.0.1,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
257+
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
258258
```
259259

260260
[Back to Top][1]

0 commit comments

Comments
 (0)