Samsung Galaxy S2 AVD - Official skin, how to rend

2019-06-22 12:58发布

I have installed the official Samsung Galaxy S2 skin thanks to another stackoverflow question, in Eclipse.

The problem I have is that it doesn't render my app anywhere near the resolution of the actual device when running in the Emulator, surely this is the point of using the skin.

Please see the screenshots and settings I'm using, where am I going wrong?

Emulator output - API 11

skin output

Emulator output - API 15

enter image description here

Device screenshot

actual device output

AVD settings - automatically generated by the skin

skin settings

3条回答
SAY GOODBYE
2楼-- · 2019-06-22 13:06

Try changing Abstracted LCD density hardware argument from 300 to 218 ppi.

查看更多
\"骚年 ilove
3楼-- · 2019-06-22 13:07

In AVD Manager, select your Galaxy SII emulator, click the "Start..." button and then in the Launch Options dialog configure the display as follows:

Galaxy SII emulator launch configuration

查看更多
SAY GOODBYE
4楼-- · 2019-06-22 13:31

I see that your AVD target is Android 3.0 but the GUI on your physical device looks different. Make sure to test using an emulator with the same Android version and theme than your real phone.

查看更多
登录 后发表回答