Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Wait for Android emulator to be running before next shell command

adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done;'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Wait #Android #emulator #running #shell #command
ADD COMMENT
Topic
Name
9+3 =