How to set a custom DPI with Genymotion Desktop?

Android DPI concept

Android uses standard density buckets such as ldpi and mdpi to adjust display density.

Using density buckets prevents Android from using every possible DPI.

Simulating a custom device

To simulate a custom device, check the real density used by Android for the physical device.

Then edit the virtual device display settings to match that density.

Additional details

For more details about screen support in Android, refer to the related article about screen support in Android.

Related articles