cachaito
2/19/2019 - 10:36 AM

Adb in MacOs

Installation

echo 'export PATH=$PATH:/Users/*thisismyaccount*/Library/Android/sdk/platform-tools/' >> ~/.bash_profile
source ~/.bash_profile

adb devices

or install it with brew

brew install android-platform-tools

Commands

adb -s ce0117117b857d2005 shell input keyevent KEYCODE_MENU

adb devices

adb kill-server