3 # Install desired parts of the Android SDK:
4 test -f $HOME/.termuxrc && . $HOME/.termuxrc
5 : ${ANDROID_HOME:="${HOME}/lib/android-sdk"}
6 echo y | $ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "build-tools-23.0.3"
7 echo y | $ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "android-23"