노력과 삽질 퇴적물

에러: emulator window was out of view 본문

프로그래밍note/에러&버그

에러: emulator window was out of view

MTG 2014. 10. 19. 17:24

emulator: emulator window was out of view and was recentered

에뮬레이터를 구동중이지만 화면을 벗어난채로 유지될때 유용합니다.






해결법.


 C:\Users\(사용자명)\.android\avd\(에뮬레이터 라벨명).avd\emulator-user.ini

window.x = 100

window.y = 100

uuid = (......)

화면상에 안 나타날경우 5000 혹은 10000을 넘는 좌표값으로 저장된걸 수정하면 됩니다.

반드시 100,100으로 좌표값을 줄 필요는 없습니다.






참조.


android - emulator: emulator window was out of view and was recentered - Stack Overflow