You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Installs the adb and fastboot binaries for OS X and Linux.
7
7
8
+
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).
9
+
8
10
Do the following steps:
9
11
- Download the zip
10
12
- unzip it
@@ -30,7 +32,9 @@ Changelog:
30
32
- 2.0.0 | 14.03.2015 Added Linux support! (experimental, feedback very welcome!)
31
33
- 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 !**
32
34
- 3.1.0 | 05.10.2015 Updated to newest v23 binaries. Required for Android Marshmallow on flounder.
33
-
-**3.2.0** | 01.03.2016 Checks if installation directory exists before running the script
35
+
- 3.2.0 | 01.03.2016 Checks if installation directory exists before running the script
36
+
-**3.2.1** | 01.03.2016 new branch with aapt-binaries, added aapt-unnstaller
0 commit comments