How to set a custom DPI with Genymotion Desktop?

Android needs to adjust the DPI to a standard (ldpi, mdpi,...xxhdpi) to provide a consistent environment across devices. Android does not really use every possible DPI.

If you want to simulate a custom device, check the real density used by Android for this physical device. Edit the virtual device display settings to match the real density.

For more details about screen support in android, refer to .

Related articles