Which Android platform and API to target?

Posted by Ben Mc on Stack Overflow See other posts from Stack Overflow or by Ben Mc
Published on 2010-02-19T19:29:23Z Indexed on 2010/05/30 8:42 UTC
Read the original article Hit count: 246

I'm just about to launch my first Android app, and it runs on the Android 1.1 platform, API Level 2, but is this what I should officially sign and launch the app as? Does it affect performance at all or is it simply for Android to know which devices it works on?

The only problem I see is that I can't specify <supports-screens> in the Manifest, which I would like to do, but it appears I'd have to launch at 1.6 at least for this to work.

Would I be missing a huge number of phones by launching at 1.6 instead of 1.1?

Thank you!

© Stack Overflow or respective owner

Related posts about android

Related posts about backwards-compatibility