I have defined some custom devices with rather unusual screen sizes and resolutions (I use the term screen size for the length of the display diagonal, and the term screen resolution for the number of pixels).
I hoped that the auto scale device parameter will show the emulator screen in the size as defined in the custom device settings. It does not.
I am aware of window scale
command and have calculated the specific scale factor based on the MacBook Pro retina density of 220ppi and my custom device screen density, but still get the wrong size.
I could use a physical ruler and resize the emulator window till the screen size is correct, but reject to believe that there is no better way.
Here is what I would expect to be possible with the AVD too.
Anybody had to deal with this before and know how to instruct the emulator to resize the window so that the screen size is as defined for the custom device?
UPDATE:
As described at the end of this article: "When you launch an AVD from the AVD Manager, you can specify the screen size for the emulator and your monitor dpi in the Launch Options, as shown in figure 7."
The problem is that it seems to be broken, as it only takes care of the device screen resolution and the display density.