Browse Source

trying installing only the tools

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

+ 4
- 4
scripts/installAndroidSDK.sh View File

2
 
2
 
3
 curl --location http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz | tar -x -z -C $HOME
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
 #build-tools-25.0.0,\
9
 #build-tools-25.0.0,\
10
 #android-23,\
10
 #android-23,\
11
 #addon-google_apis-google-23,\
11
 #addon-google_apis-google-23,\