Stop Adb Device

[Solved] Stop Adb Device | Swift - Code Explorer | yomemimo.com
Question : stop adb device

Answered by : fahim-foysal-rabby

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

Source : | Last Update : Sun, 15 May 22

Answers related to stop adb device

Code Explorer Popular Question For Swift