[android-developers] Min SDK is 4 but it is OK with 3.1

2011-07-12 Thread Droid
My Min SDK is 4 in the manifest but it is OK with 3.1, should I build with the highest SDK? I mean what if a phone running SDK 2.2 but built with an app built with SDK 3.1? (I should know the answer, but I don't) -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Min SDK is 4 but it is OK with 3.1

2011-07-12 Thread Justin Anderson
IMHO, it is Generally better to build with the highest SDK that you can. But you have to be careful not to use any methods in the newer SDK versions without first checking the current Android version otherwise you will get a force close... For my apps, I am currently building against the Android