On Mon, Jan 23, 2012 at 4:12 AM, Paolo <brand...@gmail.com> wrote:

> For example: I have to develop an app that must be supported on
> Android OS version from v2.1 to v4.0 (included).
> Which target should I choose?
>

In general, use the latest SDK but set your "targetSDK" in the manifest to
the version you are primarily focusing on (either the most popular one as
Kris points out or one that you have a device to thoroughly test for).

Then test for compatibility for other versions / screens using the emulator.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to