Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Created September 19, 2021 10:21
# 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