Created
          September 19, 2021 10:21 
        
      - 
      
 - 
        
Save majirosstefan/6bf39617b9f4fc8b565438cfe0ffaf68 to your computer and use it in GitHub Desktop.  
  
    
      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
    
  
  
    
  | # 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