Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

android turn off emulator in mac

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: #android #turn #emulator #mac
ADD COMMENT
Topic
Name
5+5 =