Android Mirror your app
Use scrcpy (Screen Copy) app to mirror android device. It is native and does not require any licensing or ads.
Commands for mac (for other present in the above URL):
scrcpy
If you want to record your screen then,
scrcpy --record file.mp4
Note: Close the mirror to save the recoding. Do not press Command + C to terminate, it does not save it properly.
For Wireless connect,
adb tcpip 5555
adb connect DEVICE_IP:5555
Comments
Post a Comment