This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://creativecommons.org/licenses/by-sa/4.0/ | |
Creative Commons Attribution-ShareAlike 4.0 International Public License | |
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. | |
Section 1 – Definitions. | |
Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SDK_HOME_PATH="$HOME" | |
SDK_PATH="$SDK_HOME_PATH/android-sdk-linux" | |
# Needs to be updated when new releases are made | |
SDK_DOWNLOAD_URL="http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz" | |
curl --location $SDK_DOWNLOAD_URL | tar -xz -C $SDK_HOME_PATH | |
# Just install platform-tools, build-tools & Android-19 | |
# Filter names are from `android list sdk -e -a` |
OlderNewer