Created
          September 19, 2021 10:22 
        
      - 
      
 - 
        
Save majirosstefan/8e3447444737cf52cfbc5709a8b2cbbc 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
    
  
  
    
  | WAIT_CMD="$ANDROID_HOME/platform-tools/adb wait-for-device shell getprop init.svc.bootanim" | |
| until $WAIT_CMD | grep -m 1 stopped; do | |
| echo "Waiting until emulator is booted..." | |
| sleep 1 | |
| done | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment