Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to kill all emulator

adb devices | grep emulator | cut -f1 | while read line; do adb -s $line emu kill; done
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #kill #emulator
ADD COMMENT
Topic
Name
6+2 =