androidneil
androidneil

Reputation: 951

How can I emulate an XXHDPI device in Eclipse

I would like to emulate an XXHDPI device in Eclipse. I've updated everything via the SDK manager but there doesn't seem to be the tools available to do this.

Has anyone managed this, or do I need to wait for a further release?

Upvotes: 0

Views: 1847

Answers (1)

Stefan de Bruijn
Stefan de Bruijn

Reputation: 6319

Go to Window --> Android Virtual Device Manager --> Device Definitions --> New...

There you can create a new standard device, which you could per example call Nexus 10.

The size would be xlarge and density xxhdpi.

The screen size (in) 10 inch, and the resolution 2560x1600

Just play around with the rest for a bit, but they shouldn't matter to much for simply emulating the screen itself.

enter image description here

*forgot to put Camera's correctly, but you get the idea.

Upvotes: 2

Related Questions