Android 에뮬레이터 디스플레이를 어떻게 회전합니까? [복제]
이 질문에 이미 답변이 있습니다.
Android 에뮬레이터 디스플레이를 가로 모드로 보려면 어떻게 회전해야합니까?
Windows : left Ctrl + F12.
Mac : Fn + Ctrl+F12
- Linux : CTRL +F12
- Mac : Fn + CTRL+F12
- Windows : Left CTRL + F11또는 Left CTRL+F12
에뮬레이터를 끄고 NUMLOCK
눌러서 NUMPAD 9회전합니다.
내가 아는 한, 같은 F11또는 F12일을하지 않고, 나하지 Right Ctrl+는 F12.
히트 Left Ctrl+ F12, 또는 Home, 또는 PageUp, (안 NUMPAD 7또는 NUMPAD 9같은 웹 사이트 에뮬레이터를 회전 말한다).
Mac OS X에서 키보드를 "모든 F1, F2 등의 키를 표준 기능 키로 사용"하도록 구성하지 않은 경우 Ctrl+ Fn+ F12를 사용 하여 Android 에뮬레이터를 회전 할 수 있습니다 (시스템 환경 설정-키보드에서 확인).
위에서 언급 한 옵션을 선택했다면 Fn키 가 필요하지 않으며 Ctrl+ 로만 에뮬레이터를 회전 할 수 있어야합니다 F12.
Mac을 사용하는 경우 fn+ F11는 에뮬레이터를 회전합니다.
그러나 4.4를 사용하는 경우 응용 프로그램 방향이 회전하지 않습니다. 버그가 있습니다
NUMPAD 7 및 NUMPAD 9를 사용하십시오 . 그것은 당신을 도울 것입니다.
NUMPAD 7그리고 NUMPAD 9나를 위해 잘 작동.
장치 시작 구성-GUI를 통해
가로 모드에서 장치 를 시작 하려면 AVD (Android Virtual Device) 관리자에서 수정해야합니다. 가상 장치 관리자를 열고 편집 연필을 클릭합니다.
그런 다음 시작 크기 및 방향에서 가로를 선택합니다.
.. 및 마침을 클릭합니다.
장치 시작 구성-구성 파일을 통해
이것을 구성하는 겉보기에 쉬운 방법에도 불구하고 실제로 이것은 나를 위해 작동하지 않았습니다. 따라서 가로 모드에서 강제로 시작하도록 장치의 구성 파일을 편집하는 방법이 있습니다.
hardware-qemui.ini
파일 의 너비와 높이를 수동으로 전환하는 작업이 포함 됩니다.
이렇게하려면 텍스트 편집기에서 편집 할이 파일을 엽니 다.
C:\Users\<user>\.android\avd\<deviceName>.avd\hardware-qemu.ini
너비와 높이 값을 전환하여 너비가 높이보다 길어 지도록합니다.
hw.lcd.width = 800
hw.lcd.height = 480
The AVD now boots in Landscape mode. The orientation may still be changed with shortcut keys.
Ctrl + F12 did not work for me, nor did Home, PageUp etc.
So here's what finally came up with:
- Enable
NUMLOCK
; - Open your emulator and press the 7 followed by 9 on the NUMPAD on the right side of your keyboard;
- Now your emulator will be rotated in the opposite direction;
For Mac you can use fn + Left control + F12.
Press Left Ctrl + F11 or Left Ctrl + F12 to rotate the emulator view.
Note: Right Ctrl doesn't work;
Left Ctrl + F11 works on Windows.
Use Ctrl + F11. This will rotate your emulator.
For rotating the emulator, press CTRL + F12.
For Linux the F12 combination does not work. Instead, use:
Left Ctrl + F11
You can use Numpad-9 and Numpad-7 to rotate on Windows and Ubuntu.
Ubuntu 12.10 (Quantal Quetzal): [LEFT Ctrl] + F12.
For some reason NumLock isn't working on a new install on a Dell XPS 8500, but the above worked.
I have checked on Windows: Ctrl + F11 and Ctrl + F12 both are working to change the orientation of the Android simulator.
For other shortcut keys:
In the Eclipse toolbar go to "Help-->key Assist.. "
You can also use Ctrl + Shift + L here, so many shortcut keys of Eclipse are given.
On Mac: Fn+Left Ctrl+F12
On Linux: Left Ctrl+F12
If you want to rotate just the screen and not the emulator: Ctrl+F10 (I tried it on Linux)
On my DELL XPS ultrabook with Linux Mint 15, none of suggested methods work, until an external keyboard is plugged in and use left CTRL + NUMPAD 9.
Press Ctrl + F10 to rotate the emulator screen.
Make sure that "Auto Rotate" on your Android settings is enabled
Press F9 two times in less than 2 seconds = Normal view 0/360º
Press F10 two times in less than 2 seconds = Rotate 180º.
Press F11 two times in less than 2 seconds = Rotate 90º to the RiGHT.
Press F12 two times in less than 2 seconds = Rotate 90º to the LEFT.
참고 URL : https://stackoverflow.com/questions/4535298/how-do-i-rotate-the-android-emulator-display
'Program Tip' 카테고리의 다른 글
Python에 사용할 IDE는 무엇입니까? (0) | 2020.09.27 |
---|---|
메모장 ++에서 탭을 공백으로 변환 (0) | 2020.09.27 |
Hibernate hbm2ddl.auto 구성의 가능한 값은 무엇이며 무엇을합니까? (0) | 2020.09.27 |
사용자 지정 HTTP 헤더 : 명명 규칙 (0) | 2020.09.27 |
Vim에서 remap, noremap, nnoremap 및 vnoremap 매핑 명령의 차이점은 무엇입니까? (0) | 2020.09.27 |