Android emulator의 크기를 변경하고 싶다면

모니터 화면에 보여지는 크기만을 변경하기 위해서는 scale을 변경하면 된다.
ios 시뮬레이터의 cmd + 1,2,3 과 같은 기능이다. emulator에 telent으로 접속 후 window scale 0.75 와 같이 비율을 입력하면 된다.

    $ adb devices
    List of devices attached
    emulator-5560 device
$ telnet localhost 5560
Connected to localhost.
Escape character is '^\]'.
Android Console: type 'help' for a list of commands
OK
window scale 0.75
OK



Facebook Group’s likes and commnets
조혜성, Jaeseok Hong, Buil Kang liked this post

http://developer.appcelerator.com/blog/2011/08/how-to-resize-the-android-emulator.html 에 위 내용이 나와 있다.