Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

adb kill all emulators

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