Created
September 19, 2021 10:21
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
# Start the emulator | |
emulator -avd "$SIMULATOR_NAME" -no-snapshot -no-snapshot-load -verbose -noaudio -wipe-data -no-window -gpu swiftshader_indirect & | |
#you can also pass locale settings | |
-prop persist.sys.language=en -prop persist.sys.country=GB | |
# store PID of last executed process in the shell | |
EMULATOR_PID=$! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment