@@ -145,7 +145,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Gr
145
145
146
146
> NOTE: You can install required Android Tools with the following command:
147
147
``` 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
149
149
```
150
150
151
151
## OS X
@@ -195,7 +195,7 @@ For example: ANDROID_HOME=/Applications/Android\ Studio.app/sdk/
195
195
196
196
> NOTE: You can install required Android Tools with the following command:
197
197
``` 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
199
199
```
200
200
201
201
## Linux
@@ -254,7 +254,7 @@ For example: ANDROID_HOME=/home/user/android-sdk
254
254
255
255
> NOTE: You can install required Android Tools with the following command:
256
256
``` 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
258
258
```
259
259
260
260
[ Back to Top] [ 1 ]
0 commit comments