shotrelop.blogg.se

Install adb brew
Install adb brew













install adb brew

Or instead of using the above precompiled binaries, you can manually run the app using the below instructions. Option 3 – If you already have Android Studio installedĪdd platform-tools to your path echo export ANDROID_HOME=/Users/$USER/Library/Android/sdk > ~/.SideNoder - A cross platform sideloader for Quest(1&2) standalone vr headset.ĭOWNLOADS OF LAST COMPILED VERSION: DEPENDENCIES REQUIRED TO RUN LAST COMPILED VERSION: windows:įirst run the windows-install.bat file included with the release linux:įirst install adb and rclone: sudo apt install adbįirst install adb, rclone and osxfuse: brew cask install android-platform-tools Refresh your bash profile (or restart your terminal app) source ~/.bash_profile Mv platform-tools/ ~/.android-sdk-macosx/platform-toolsĪdd platform-tools to your path echo export PATH=$PATH:~/.android-sdk-macosx/platform-tools/ > ~/.bash_profile While (home)brew may be a way to install those tools, I advise you to download it via Android's own SDK manager: Look for the Android SDK Platform-tools entry and install that one. Move them somewhere you wont accidentally delete them mkdir ~/.android-sdk-macosx The program or script adb is indeed part of the platform-tools. Unzip the tools you downloaded unzip platform-tools-latest*.zip Go to your Downloads folder cd ~/Downloads/ Navigate to and click on the SDK Platform-Tools for Mac link. This is the easiest way to get a manual installation of ADB and Fastboot.ĭelete your old installation (optional) rm -rf ~/.android-sdk-macosx/ Option 2 – Manually (just the platform tools) Install adb brew install android-platform-tools Install homebrew /bin/bash -c $(curl -fsSL ) ADB is useful for accessing one or many connected devices (see the above photo). This tutorial explains how to obtain and install ADB on a Mac. This is the easiest way and will provide automatic updates. Android Debug Bridge (ADB) is a command-line tool that enables access to connected Android devices.

install adb brew

Note for zsh users: replace all references to ~/.bash_profile with ~/.zshrc. Note: this was originally written on Installing ADB on macOS but that question was closed as a duplicate of this one.















Install adb brew