Scrcpy - Android Mirroring
- Installation
- macos: brew installl scrcpy
- Connect the Android device
- Connect the Mac and the Android device via USB
- Turn on USB debugging on the Android device
- Verify the connection: adb devices
- Enter the command in the terminal: scrcpy
Troubleshooting when adb devices fails to run (on MacOS)
- Unplug the Android device from USB and plug it back in to grant device access permission
- If that still doesn’t work, go to System Settings > Privacy & Security > Full Disk Access and grant permission to the terminal app
- Restart adb: adb kill-server && sudo adb start-server && adb devices
- If that still doesn’t work, reinstall the Android connection tools: brew install android-platform-tools android-file-transfer
- Reinstall scrcpy as well: brew install scrcpy
- Restart adb: adb kill-server && sudo adb start-server && adb devices
- Run scrcpy
20250318
edit: 20250502
Leave a comment