Browse Source

trying installing only the tools

Daniel Zlotin 8 years ago
parent
commit
d5d823627a
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      scripts/installAndroidSDK.sh

+ 4
- 4
scripts/installAndroidSDK.sh View File

@@ -2,10 +2,10 @@
2 2
 
3 3
 curl --location http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz | tar -x -z -C $HOME
4 4
 
5
-#( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui -a \
6
-#--filter \
7
-#tools,\
8
-#platform-tools,\
5
+( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui -a \
6
+--filter \
7
+tools,\
8
+platform-tools
9 9
 #build-tools-25.0.0,\
10 10
 #android-23,\
11 11
 #addon-google_apis-google-23,\