[android-developers] supporting more devices - minSDKversion, support-screens

2010-12-15 Thread Yorgos X
Hello all, please provide your feedback on this: I have had an android app for a good while now o the market, which I was building using SDK 1.5 and only having set minSDKVersion = 3, no targetSDKVersion and no support-screens. I have noticed that some devices couldn't see it on the market and

Re: [android-developers] supporting more devices - minSDKversion, support-screens

2010-12-15 Thread Kostya Vasilyev
15.12.2010 12:57, Yorgos X пишет: I have noticed that some devices couldn't see it on the market and recently that mainly all low end devices with small screens can't see it. Right, low-res (ldpi) devices filter out applications that are not marked as compatible. I thought that this

Re: [android-developers] supporting more devices - minSDKversion, support-screens

2010-12-15 Thread Yorgos X
Thanks for the prompt reply! The only reason I had this setting and was building with Android 1.5 SDK so far was that having only a single code and layout xml file, somehow the app was visually working perfectly on all devices (even the ones that hadnt the app shown on the market, when I was

Re: [android-developers] supporting more devices - minSDKversion, support-screens

2010-12-15 Thread Kostya Vasilyev
15.12.2010 13:42, Yorgos X пишет: The only reason I had this setting and was building with Android 1.5 SDK so far was that having only a single code and layout xml file, somehow the app was visually working perfectly on all devices (even the ones that hadnt the app shown on the market, when