|
@@ -2,13 +2,13 @@
|
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,\
|
9
|
|
-build-tools-25.0.0,\
|
10
|
|
-android-23,\
|
11
|
|
-addon-google_apis-google-23,\
|
12
|
|
-extra-android-m2repository,\
|
13
|
|
-extra-google-google_play_services,\
|
14
|
|
-extra-google-m2repository
|
|
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,\
|
|
10
|
+#android-23,\
|
|
11
|
+#addon-google_apis-google-23,\
|
|
12
|
+#extra-android-m2repository,\
|
|
13
|
+#extra-google-google_play_services,\
|
|
14
|
+#extra-google-m2repository
|