Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a Android tablet and I want to create an Android Virtual Device (AVD) whose screen is as close to the physic device as possible (in terms of size and resolution).

I tried copying the resolution from the device settings, but the size of things in the emulator screen still look different. The device reports it's density is xlarge, but (as far as I understand) these density aliases are approximations anyway.

Is there a way (even an app that I would install on the device) to know what settings I have to create the AVD with to get a equivalent screen?

The device is not from a major manufacturer, it's unlikely that I will find a 'ready-made' AVD.

share|improve this question

1 Answer

When you go to the AVD Manager and create New... device you can set the screen size by adjusting manually the Skin Resolution. Once you start that device it will ask you if you want to use that resolution or adjust to actual screen size.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.