Skip to content

Instantly share code, notes, and snippets.

@stucki
stucki / ADBCheatSheet.md
Created April 6, 2017 16:30 — forked from HugoMatilla/ADBCheatSheet.md
ADB Cheat Sheet

#CONFIG

Include adb and other android tools on your path

In Users/hugomatilla.bash_profile add export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/tools

My own adb location

cd /Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools

START

@stucki
stucki / ADBCheatSheet.md
Created April 6, 2017 16:30 — forked from HugoMatilla/ADBCheatSheet.md
ADB Cheat Sheet

#CONFIG

Include adb and other android tools on your path

In Users/hugomatilla.bash_profile add export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/tools

My own adb location

cd /Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools

START

@stucki
stucki / ADBCheatSheet.md
Created April 6, 2017 16:30 — forked from HugoMatilla/ADBCheatSheet.md
ADB Cheat Sheet

#CONFIG

Include adb and other android tools on your path

In Users/hugomatilla.bash_profile add export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/tools

My own adb location

cd /Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools

START