Skip to content

Instantly share code, notes, and snippets.

@herrera-ignacio
Created July 9, 2019 14:12
Show Gist options
  • Save herrera-ignacio/8c83329ef08eba70c55f5e67b76f8a6d to your computer and use it in GitHub Desktop.
Save herrera-ignacio/8c83329ef08eba70c55f5e67b76f8a6d to your computer and use it in GitHub Desktop.
Android emulator usefull commands
emulator -list-avds
adb devices
emulator @avd_name -no-boot-anim
adb shell input keyevent 82
adb shell input text 'rr'
adb logcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment