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.

noob
  • 18,447
  • 20
  • 113
  • 179

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
  • 29,628
  • 14
  • 52
  • 69
  • Thanks for finding the official page, I must have ignored it. Let me make all 16 types of emulator first using the link ;) – noob Mar 14 '12 at 06:42
  • Proper Link - http://developer.android.com/guide/practices/screens_support.html#testing – noob Mar 14 '12 at 11:13