HI I am facing a problem regarding layouts. I have two layouts, one for tablets and another for android phone devices with small resolution. When I created a tablet in AVD (API 13, medium density, default skin(1280*800), w1280dp, h800dp), I was able to see the layout I designed for tablet. When I created a android phone in AVD(API 10, everything as default), here too it loaded the correct layout that was designed for android phone. But When I created another tablet same as above with only change in resolution (1024 * 600), It loaded the layout that was used for android phone i.e the second layout listed above. It was supposed to load the layout for tablet, but didn't. In layout directory of my project I have a folder named layout-1024-600 As per my knowledge this layout folder was supposed to be loaded as my AVD resolution was 1024 * 600 I am not getting what the problem is? I also have another question. I have an AVD with API level as 13 I have an application, where I have specified minsdkversion as 10 and target as 15 I was not able to install my application on AVD with 13 API level.? Please correct me if I am doing anything wrong. Thanks
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

