Your potato is too slow to run Android Emulator?
Fear not! If you call in the next 30 minutes, you’ll receive totally free an Android mirroring app that will allow you to “remote desktop” any Android device (wired or via WiFi):
Example of a bash script to run a specific device on my 3rd monitor, top right position:
#!/bin/bash
scrcpy --no-audio --no-audio-playback --power-off-on-close -S -w --max-fps=60 --window-x=1920 --window-y=360 --window-width=360 --window-height=800 --serial=R9XXXQK
(all dimensions are device points (including monitor position). i.e.: my monitors are 4K, but I’m asking it to position the window at x = 1920).