@@ -133,7 +133,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, an
133133
134134> NOTE: You can install required Android Tools with the following command:
135135``` Shell
136- android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.2 ,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
136+ android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.3 ,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
137137```
138138
139139## OS X
@@ -182,7 +182,7 @@ For example: ANDROID_HOME=/usr/local/Cellar/android-sdk/24/
182182You can install the required Android tools with the following command:
183183
184184``` Shell
185- echo yes | android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.2 ,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
185+ echo yes | android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.3 ,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
186186```
187187
188188## Linux
@@ -230,7 +230,7 @@ For example: ANDROID_HOME=/home/user/android-sdk
230230You can install required Android Tools with the following command.
231231
232232``` Shell
233- echo yes | android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.2 ,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
233+ echo yes | android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.3 ,sys-img-x86-android-22,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
234234```
235235
236236[ Back to Top] [ 1 ]
0 commit comments