Richard,

Thanks for the link to the article -- I hadn't seen that one. However,
it doesn't address my core need, which is to have the existing version
stay small, and the the new version have all resources packed inside
it.

Does anyone know how it actually works to publish an update with a
higher minSdkVersion?

Brian

On Aug 1, 5:16 am, RichardC <[email protected]> wrote:
> Or leave minSdkVersion where it is and use reflection to add features
> from 2.2, testing at runtine obviously.
>
> More info 
> here:http://developer.android.com/resources/articles/backward-compatibilit...
>
> On Aug 1, 1:12 pm, "{ Devdroid }" <[email protected]> wrote:
>
>
>
> > > I have an app on Android Market right now with a minSdkVersion
> > > corresponding to Android 1.6. I'd like to make an update that is only
> > > visible to users of Android 2.2 and higher (there is a good reason for
> > > this, which I will explain below). So I have two questions:
>
> > You shall make two separate apps (with different package name, i.e.
> > "com.foo.bar.android16" and "com.foo.bar.android22") name them
> > so user will know the difference ("My App (1.6 only)" vs "My App (2.2 only)"
> > set SDK and upload both. That's probably the only sane solution.
> > Or refactor your app to detect OS version and use different code depending
> > on that - but this is a bit tricky sometimes so depending on how much
> > efforts you want to spend on that would or wouldn't be the way to go.- Hide 
> > quoted text -
>
> - Show quoted text -

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