2

I'm developing a software but now I have a problem with Galaxy Note. How can I emulate actual size of Galaxy Note in emulator? I put my resources in folder names: layout-large-port-xhdpi-1280x800. But when I run my program in emulator I see that widgets are not in proper position. That's not what I designed. is some tutorials i see that users talking about Scale!! but i cant find anywhere that i set the scale... please help me :)

My emulator config:

resolution: 800*1280
density:285
Fcoder
  • 9,066
  • 17
  • 63
  • 100

2 Answers2

1

Have you updated your galaxy note ???

This is what you will see on the original Galaxy Note (shipped with Gingerbread)

Screen pixel density (dpi) - xhdpi
Screen size - large
Screen aspect - long
Most of the other tablets (7 inch and 10.1 inch tablets) are mdpi.

This device will pick values from the large resource category since size takes precedence over density.

After the ICS update, the device classifies itself as below.

Screen pixel density (dpi) - xhdpi
Screen size - normal
Screen aspect - not long
Shreyash Mahajan
  • 23,386
  • 35
  • 116
  • 188
0

I faced the same problem and found the answer on stackoverflow.

Check the following thread : Samsung Galaxy Note emulator

The answer from Rajesh is really good. He gives you a link to download a Galaxy Note Skin for android emulator. With that you will be able to create easily a Galaxy Note emulator.

Hope it helps you.

Community
  • 1
  • 1
Seynorth
  • 686
  • 2
  • 8
  • 22