Cuttlefish: 다중 디스플레이

Cuttlefish 다중 디스플레이 기능을 사용하면 다중 디스플레이가 있는 Cuttlefish 기기를 만들어 폴더블 휴대전화 및 Android Auto 기기와 같은 기기를 에뮬레이션할 수 있습니다. 그림 1은 다중 디스플레이가 있는 Cuttlefish 기기의 예를 보여줍니다.

Cuttlefish 다중 디스플레이

그림 1. 다중 디스플레이가 있는 Cuttlefish 기기의 예

다중 디스플레이로 출시

실행 중에 Cuttlefish 기기를 다중 디스플레이로 구성하려면 --display 명령줄 플래그를 사용합니다. 예를 들면 다음과 같습니다.

cvd start \
--display=width=1080,height=600 \
--display=width=400,height=600,dpi=120 \
--display=width=800,height=600,refresh_rate_hz=30

앱 사용

특정 디스플레이에서 앱을 시작하려면 --display 플래그를 사용합니다. 예를 들어 1 디스플레이에서 다이얼러 앱을 실행하려면 다음 명령어를 실행합니다.

adb shell am start-activity -n com.android.dialer/.main.impl.MainActivity --display 1