2

So there are 4 types of screen sizes small,medium,large and x-large and 4 types of screen density ldpi,mdpi,hdpi and xhdpi.
Do anyone know of any tutorial about how can I make all 16 kinds of emulators using Eclipse IDE.
Thanks in advance.

0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184

1 Answers1

1

Check Table 3 under How to Test Your Application on Multiple Screens http://developer.android.com/guide/practices/screens_support.html

dira
  • 30,304
  • 14
  • 54
  • 69