I have an app that will support xxhdpi
devices but I cannot make it work on emulator (I don't have a real device with me and I want to test it on the emulator.) This is the configuration of the emulator that I am using.
I tried to get the screen density of the emulator and it gives me xhdpi
instead of xxhdpi
. I have values folder for xxhdpi
named values-xxhdpi
.
Any help will be appreciated. Thanks!