Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

kill adb device or emulator

adb -s emulator-5554 emu kill # where emulator-5554 is emulator/device name
# or from android > platform-tools folder
./adb -s emulator-5554 emu kill
 
PREVIOUS NEXT
Tagged: #kill #adb #device #emulator
ADD COMMENT
Topic
Name
5+8 =