개발 창고/Android

mac android 폰 미러링 - scrcpy

로이제로 2023. 4. 13. 23:29
반응형

1/ Homebrew 설치

$> /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"


2/ scrcpy 패키지 설치

$> brew install scrcpy


3/ 안드로이드 ▶︎ 설정 ▶︎ 개발자 옵션  ▶︎ USB 디버깅 ▶︎ ON


4/ 안드로이드 폰 USB 연결


5/ android plat form 설치

$> brew install android-platform-tools


6/ scrcpy 실행

$> scrcpy

반응형