How to connect remote to emulator in another PC (macOS)
HOST WITH EMULATOR (terminal) Use ssh to connect to another PC. Then kill adb server and start it as server: ssh macmini@192.168.0.87 adb kill-server adb -a nodaemon server ON PC…
HOST WITH EMULATOR (terminal) Use ssh to connect to another PC. Then kill adb server and start it as server: ssh macmini@192.168.0.87 adb kill-server adb -a nodaemon server ON PC…