Last active
January 23, 2019 01:18
-
-
Save edujr1/81347e19164306ca86a3ccde358802ff to your computer and use it in GitHub Desktop.
Start emulador android (Android Studio) pelo Linux
This file contains hidden or 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
# Listar os Emuladores | |
sudo ~/Android/Sdk/tools/emulator -list-avds | |
#Android7 | |
#Android8 | |
#Android9 | |
# Executa o emulador inserindo o nome dele após o "-avd" | |
sudo ~/Android/Sdk/tools/emulator -avd Android9 -gpu auto -netdelay none -netspeed full | |
# Nome do Emulador ==^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment