5

I want to test my work on XXXHDPI device. Instead of buying one, is it possible to use Android Studio Emulator to make one? Currently I see the all density is there from ldpi to xxhdpi, but not xxxhdpi.

p/s: Actualy I have a an S7 device which is XXXHDPI, but wanted another to confirm some behavior is specific to XXXHDPI as per question in Where did my 10dp height button goes?.

Community
  • 1
  • 1
Elye
  • 53,639
  • 54
  • 212
  • 474

1 Answers1

7

You can create an emulator of Nexus 6 or Nexus 6P. They have a density of 3.5, which is XXXHDPI.

Reference

Prerak Sola
  • 9,517
  • 7
  • 36
  • 67
  • 1
    Thanks. What about density of 4.0? Like Samsung S7. Is it still consider XXXHDPI? – Elye May 14 '16 at 07:10