|
|
@@ -12,10 +12,7 @@ mkdir -p ~/.android
|
|
12
|
12
|
touch ~/.android/repositories.cfg
|
|
13
|
13
|
|
|
14
|
14
|
echo "Downloading Android SDK"
|
|
15
|
|
-brew --version
|
|
16
|
|
-brew config
|
|
17
|
|
-brew tap caskroom/cask
|
|
18
|
|
-brew cask install android-sdk
|
|
|
15
|
+curl --location https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip | tar -x -z -C $ANDROID_HOME
|
|
19
|
16
|
|
|
20
|
17
|
echo "Accepting Android Licenses"
|
|
21
|
18
|
yes | sdkmanager --licenses
|