Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Install the homebrew package manager
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- // Install adb
- brew install android-platform-tools
- // Start using adb
- adb devices
- // Connect devices
- adb connect {IP:Port}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement