Question

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!

Was it helpful?

Solution

Removing out of date info and info that I'm sure will be out of date in the near future. Just go here to see what versions you should care about:

http://developer.android.com/resources/dashboard/platform-versions.html

OTHER TIPS

I'd say 1.5 is a good choice for now. Have a look at the chart here: http://android-developers.blogspot.com/2009/12/knowing-is-half-battle.html

As far as I am concerned, I start developing targeting 1.5. When half finished, I would switch to 2.1 and when finished, I would try all versions in-between. I do not regard it necessary to mind any version lower 1.5 ... you cannot be downward compatible to the beginning of the universe ;-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top