Reputation: 695
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!
Upvotes: 3
Views: 1491
Reputation: 11443
Check out this answer here as well! Restarting adb manually solved the issue for me!
Upvotes: 1
Reputation: 1189
It seems currently android tools are not properly updated to show correct values.
Upvotes: 1