Elye
Elye

Reputation: 60211

Is there a way to create an emulator with XXXHDPI density on Android Studio?

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?.

Upvotes: 5

Views: 2481

Answers (1)

Prerak Sola
Prerak Sola

Reputation: 10009

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

Reference

Upvotes: 7

Related Questions