aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-sdk.rb
AgeCommit message (Collapse)Author
2014-04-26Start pointing some things at githubusercontent domainJack Nagel
2014-03-27android-sdk 22.6.2ngouzy
Update android-sdk.rb android-sdk version 22.6.2 with right download url and right sha Closes #27913. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-26android-sdk: use install_symlinkJack Nagel
2014-03-17android-sdk: update wrapper scripts.Dave Finlay
- Clean up some of the user facing copy. - Add examples of how to install the various tools required to use the sdk. - Change the interpreter of wrapper scripts to /bin/bash - Clean up the wrapper scripts. - Change the default version of the Android Build Tools to 19.0.3. Closes #27587. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-07android-sdk/ndk: update to r22.6/r9dEugene San (eugenesan)
Closes #27287. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-23android-sdk: no need to skip cleaningAdam Vandenberg
2014-01-22android-platform-tools 19.0.1 (new formula)Cheng LI
Install the adb and fastboot binaries without the Android SDK. Closes #26080. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-03Android SDK 22.3ngouzy
Closes #23920. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-27android-sdk: fix completion downloadJack Nagel
The URL points to a page on a git repository viewer rather than a raw download, so revert to the previous URL. Fixes #22888.
2013-09-26android-sdk 22.2.1Eugene San (eugenesan)
Also point completion to official one Closes #22834. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19android-sdk 22.2ngouzy
Closes #22681. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-17android-sdk: use partial resource installationJack Nagel
2013-09-11android-sdk: use resourceAdam Vandenberg
2013-08-31android-sdk 22.0.5Mike McQuaid
2013-08-06android-sdk: style nitsAdam Vandenberg
2013-07-24android sdk 22.0.4ngouzy
Closes #21416. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-10android-sdk: fix tool installsIldar Karimov
aapt aidl dexdump dx llvm-rs-cc was moved to build-tools in r22. Closes #20325. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-10android sdk: ANDROID_SDK_ROOT is obsolete; use ANDROID_HOME insteadIldar Karimov
Closes #20324. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-29android-sdk r22.0.1ngouzy
Closes #20131. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-03use bash/zsh path helpersAdam Vandenberg
2013-02-15android-sdk r21.1Sean Fleming
Closes #17851. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-30Update Android sdk and ndk to december editionArturo J. Pérez
Closes #16799. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25caveat and other cleanupsAdam Vandenberg
2012-11-14Android SDK/NDK 4.2Will Ross
Closes #16043. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01Install the adb bash completion scriptWill Ross
Closes #15532. Signed-off-by: Max Howell <mxcl@me.com>
2012-09-27android-sdk r20.0.3Antti-Jussi Kovalainen
Closes #15172. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-24android-sdk r20.0.1Adam Vandenberg
2012-06-29android-sdk: Add wrappers for platform_toolsWill Ross
Add redirection wrappers for all of the utilities in platform-tools, not just adb. Also add emulator variant wrappers for tools. Closes #12751. Closes #13101. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27Android SDK r20Florian Maunier
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28android-sdk: style nitsAdam Vandenberg
2012-04-10android-sdk r18Tomas Linhart
Closes #11553. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-23Add extras to Android-SDK symlink to var listMax Howell
2012-03-22Fix up Android-SDK-r17Max Howell
Removed duplicate sqlite3 tool from the stuff linked into bin. Made the bin scripts and they exec the actual tool in bin. Was necessary for the emulator tool to work. Should have done it this way in the first place really.
2012-03-21android-sdk r17quaa
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06Don't create crazy bin symlinkMax Howell
Closes #10680. I believe this was an error, everything still seems to work.
2012-03-01Caveats for ANDROID_SDK_ROOTMax Howell
Closes #10616.
2012-01-18Advise user to use the correct path :/Max Howell
2012-01-18Advise user where to find the Android SDKMax Howell
2011-12-16Andriod-SDK: Update to r16skim
Closes #9139. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-02Android-sdk r15Adam Lickel
Closes #8422. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-21android-sdk 14Matthew Rudy Jacobs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-26android-sdk r13Daniel Luz
Closes #7838. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01android-sdk: symlink monkeyrunner toolJan Berkel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-29android-sdk: make adb command executableBradley M. Froehle
Note that this is an adb wrapper that tells the user to use the correct adb executable. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-17android-sdk r12Felix Schulze
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05android-sdk-r11: can't strip some binariesAdam Vandenberg
2011-05-26android-sdk r11Felix Schulze
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-27adb - accept spaces in parametersArchimedes Trajano
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-23android sdk version 10Matthew Rudy Jacobs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>