1

I want the emulator to make use of the files present in the xhdpi folder and at the same time it should have low density. My emulator is set to a resolution of 1280 X 800 similar to motorola xoom tablet. Now if i keep a density of 149 ppi, android does not access the xhdpi folder. Please help. TIA.

ashi
  • 63
  • 2
  • 10

1 Answers1

2

Do not misunderstand Screen size, Screen density and Resolution. Read this article first.

Jin35
  • 8,602
  • 3
  • 32
  • 52
  • So, technically it's not possible to have a tablet UI with screen density 160 ppi. According to the article `320 ppi` density is suitable for tablets – ashi Oct 10 '12 at 05:09
  • Generally there is no connection between density and screen size. You can have 10' screen with small resolution, this will be xlarge screen with mdpi density. – Jin35 Oct 10 '12 at 05:48