On Tue, Jul 20, 2010 at 3:31 PM, Joseph Earl <[email protected]>wrote:

> In order to best support Android 1.5 and above (including large
> screens) you should compile one version with:
>
> <uses-sdk android:minSdkVersion="3" />
>
> for Android 1.5 and one version with
>
> <uses-sdk android:minSdkVersion="4" targetSdkVersion="8" />
>
> for Android 1.6 and above.
>

No need to bother with multiple app versions for different platforms. Make
the minSdk=3 and the newer attributes that apply to screen sizes should
simply be ignored.

-------------------------------------------------------------------------------------------------
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to