This repository was archived by the owner on Sep 2, 2020. It is now read-only.
Description The advice in README.md to run just brew install fb-adb is no longer valid.
Brew can't compile fb-adb right now due to Homebrew/homebrew-core#7325 (which is posted here as #52 ).
There's no (binary) bottle for 10.12 (Sierra) either. See https://github.com/Homebrew/homebrew-core/blob/master/Formula/fb-adb.rb .
Temporary Workaround
nitro:build dave$ brew install --force-bottle fb-adb
==> Downloading https://homebrew.bintray.com/bottles/fb-adb-1.4.4.el_capitan.bottle.tar.gz
# ####################################################################### 100.0%
==> Pouring fb-adb-1.4.4.el_capitan.bottle.tar.gz
==> Using the sandbox
==> echo Y | android update sdk --no-ui --filter platform-tools
🍺 /usr/local/Cellar/fb-adb/1.4.4: 6 files, 298K
nitro:build dave$ brew install android-platform-tools
==> Using the sandbox
==> Downloading https://dl.google.com/android/repository/platform-tools_r25.0.3-darwin.zip
Already downloaded: /Users/dave/Library/Caches/Homebrew/android-platform-tools-25.0.3.zip
🍺 /usr/local/Cellar/android-platform-tools/25.0.3: 5 files, 3.3M, built in 1 second Reactions are currently unavailable
The advice in
README.mdto run justbrew install fb-adbis no longer valid.Brew can't compile fb-adb right now due to Homebrew/homebrew-core#7325 (which is posted here as #52).
There's no (binary) bottle for 10.12 (Sierra) either. See https://github.com/Homebrew/homebrew-core/blob/master/Formula/fb-adb.rb.
Temporary Workaround