scrcpy 명령어
728x90
scrcpy
USB, TCP/IP에 연결된 안드로이드 기기의 화면 공유 및 제어 제공
사용가능한 환경
- GNU/Linux, Window, MacOS
설치
- Linux
sudo snap install scrcpy
- Window
exe : https://github.com/Genymobile/scrcpy/releases/tag/v1.17
- MacOS
brew install scrcpy
주요 명령어
- 유선 연결(USB)
scrcpy
- 무선 연결(TCP/IP)
adb kill-server
adb tcpip {port}
adb connect {devices_ip or domain}:{port} # 원격지 컴퓨터
scrcpy # 원격지 컴퓨터
- 다중 디바이스 연결
scrcpy -s {adb_devices}
Reference
scrcpy 공식문서 : github.com/Genymobile/scrcpy
scrcpy 한글문서 : github.com/Genymobile/scrcpy/blob/master/README.ko.md
'STUDY > Android' 카테고리의 다른 글
Android(Samsung) Security Reference (Updating) (0) | 2021.02.15 |
---|---|
Samsung Firmware Reference (0) | 2021.02.02 |
scrcpy 명령어 (0) | 2021.01.05 |
Android Network Capture with ADB (0) | 2020.05.25 |
Android AOSP Build (0) | 2019.12.19 |
JLang Build (0) | 2019.12.02 |
댓글
이 글 공유하기
다른 글
-
Android(Samsung) Security Reference (Updating)
Android(Samsung) Security Reference (Updating)
2021.02.15 -
Samsung Firmware Reference
Samsung Firmware Reference
2021.02.02 -
Android Network Capture with ADB
Android Network Capture with ADB
2020.05.25 -
Samsung Open Source Custom Build
Samsung Open Source Custom Build
2020.05.24