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.
Asked
Active
Viewed 792 times
2

0xC0DED00D
- 19,522
- 20
- 117
- 184
1 Answers
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
-
Thanks for finding the official page, I must have ignored it. Let me make all 16 types of emulator first using the link ;) – 0xC0DED00D Mar 14 '12 at 06:42
-
Proper Link - http://developer.android.com/guide/practices/screens_support.html#testing – 0xC0DED00D Mar 14 '12 at 11:13