On Sun, Apr 25, 2010 at 10:13 AM, Juan David Trujillo C. <
jdavidandr...@gmail.com> wrote:

> The SDK version is 3 (OS 1.5 - <uses-sdk android:minSdkVersion="3">, but
> the rating stars are shown incorrectly for devices with OS 2.1. I read some
> posts in the forum that suggest to upgrade the SDK version to 4 (OS 1.6 and
> higher), however this will excluse 1.5 users to download my application, and
> I do not want this
> to happen, because there are still a lot of 1.5 devices.
>

You should use the latest SDK version and set your target to 3 (1.5).


>  This makes me wonder: Is it possible to publish two versions for the same
> app simultaneously?
>

Yes, as Kumar explained.


> For instance, publishing one APK for version 1.6 or higher version and
> another APK for 1.5 version simulataneously in the Market, both intended for
> the same application.
>

> Is there a workaround for these kind of situations?
>

Code ONE app that uses the latest SDK but targets the earliest version of
the system (minSDK) you want to support (1.5 in this case). Account for any
differences in the API at runtime using reflection or checking the Android
version to do different things as necessary for each run time.

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

-- 
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