Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
v3.2.1: Small adjustments for new aapt-branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
simmac committed Mar 1, 2016
1 parent fc1ad77 commit ececa78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Last updated: 1.3.2016 | adb version: 1.0.32 Revision eac51f2bb6a8-android
------------------------
Installs the adb and fastboot binaries for OS X and Linux.

If you need the aapt as well, please switch to branch [`aapt`](https://github.com/simmac/minimal_adb_fastboot/tree/aapt) or download the zip [here](https://github.com/simmac/minimal_adb_fastboot/archive/aapt.zip).

Do the following steps:
- Download the zip
- unzip it
Expand All @@ -30,7 +32,9 @@ Changelog:
- 2.0.0 | 14.03.2015 Added Linux support! (experimental, feedback very welcome!)
- 3.0.0 | 31.05.2015 Improved code quality and readability a lot by rewriting the whole script and using functions. Added the arguments *uninstall*, *adb* and *fastboot*. **Changed the installation path on OS X to /usr/local/bin !**
- 3.1.0 | 05.10.2015 Updated to newest v23 binaries. Required for Android Marshmallow on flounder.
- **3.2.0** | 01.03.2016 Checks if installation directory exists before running the script
- 3.2.0 | 01.03.2016 Checks if installation directory exists before running the script
- **3.2.1** | 01.03.2016 new branch with aapt-binaries, added aapt-unnstaller


Support Thread:
----------------
Expand Down
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ function uninstall () {

sudo rm -f $INSTALLPATH/adb
sudo rm -f $INSTALLPATH/fastboot

sudo rm -f $INSTALLPATH/aapt

if [ -f "$INSTALLPATH/adb" ] || [ -f "$INSTALLPATH/fastboot" ]; then
return 1;
else
Expand Down

0 comments on commit ececa78

Please sign in to comment.