0

Since I don't have watches with xxhdpi and xxxhdpi,I've tried manually configuring an AVD to support both the resolution watches in emulator.

I'm trying to create a new profile for this(Parameters are added in attached screenshot)

But It is creating 480*480 hdpi watch device.As per DisplayMetrics provided by android, 480*480 will have xxhigh

enter image description here

kavie
  • 2,154
  • 4
  • 28
  • 53

1 Answers1

1

There is no XXHDPI or XXXHDPI WearOS hardware in production (or announced); the highest screen density in the wild is 348dpi, which is still in the XHDPI bucket.

So, I'd conclude that the WearOS emulator hasn't been built to support densities higher than XHDPI.

Sterling
  • 6,365
  • 2
  • 32
  • 40
  • Thanks for the update,Could you please let me know from where you got the link? – kavie Jan 31 '20 at 07:02
  • Just for an Info @Sting,Actually i'm able to create XXHDPI device from AVD with this properties DPI- 360,Screenheight-213.33333,ScreenWidth 213.33333 – kavie Jan 31 '20 at 07:18
  • That list is crowd-sourced, and I got it from https://www.reddit.com/r/WearOS. AFAIK, there's no official equivalent. – Sterling Jan 31 '20 at 14:30
  • Okay,Thanks for the info – kavie Feb 04 '20 at 06:28