Skip to content

Commit fc956ba

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Remove android-17 from all android update sdk scripts.
1 parent bfb0ddc commit fc956ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -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)