How to create new emulator with custom screen size?

android, android-emulator, android-virtual-device

Solution

If you are using the latest version of AVD Manager, you will find a new tab labelled ** Device Definition**.

Here select new Device, and then specify your Screen Size(in) and Resolution(px). You can also specify Size, Screen Ratio and Density besides other things.

Problem

In avd manager, when I try to create new avd, there was skin section. But after updating sdk, I cant see this section. How can I use my own screen size instead of existing screen size. These are old and new appearance of new emulator screen. old one new one

Original source