Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Samsung Galaxy S2 AVD - Official skin, how to render correct dimensions

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

like image 686
Neil Avatar asked Sep 12 '12 11:09

Neil


1 Answers

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

like image 174
Diego V Avatar answered Nov 03 '22 20:11

Diego V