How to Mirror Android Screen to MacOS Catalina with Scrcpy 2022

Опубликовано: 10 Апрель 2026
на канале: Positivity Is The Key
1,735
122

How to control your Android Screen with Linux using scrcpy tool.

Scrcpy an open-source screen mirroring application that allows control of an Android device from a Windows, macOS, or Linux desktop computer.

Scrcpy application provides display and control of Android devices connected to USB or Wifi

Just Make sure you enable adb debugging on Android devices.

-------Links & commands----

Using USB---------

1- Install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"
2- brew install --cask android-platform-tools
3- brew install scrcpy

Using WIFI:
1- adb tcpip 5555
2- adb connect -device IP address-:555
replace device IP address by your phone IP address
3- scrcpy

Thanks for watching see you next time.