dzep
dzep

Reputation: 695

Android : XXHDPI Device Reads XHDPI Values

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.

Sony Xperia Z Emulator Configuration

I tried to get the screen density of the emulator and it gives me xhdpi instead of xxhdpi. I have values folder for xxhdpinamed values-xxhdpi.

Any help will be appreciated. Thanks!

Upvotes: 3

Views: 1491

Answers (2)

LONGI
LONGI

Reputation: 11443

Check out this answer here as well! Restarting adb manually solved the issue for me!

Upvotes: 1

Netverse
Netverse

Reputation: 1189

It seems currently android tools are not properly updated to show correct values.

Upvotes: 1

Related Questions