Created
July 9, 2019 14:12
-
-
Save herrera-ignacio/8c83329ef08eba70c55f5e67b76f8a6d to your computer and use it in GitHub Desktop.
Android emulator usefull commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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