>
> I've three different .apk files for all three SDK.

You should probably be using the latest SDK with your minSDK set to 3 (for
1.5) and using reflection to do things that are different across the API
levels.

How can i upload three different .apk files on Android Market Place for
> single application?


They all have to have a different package name, which means you would have
to make (and maintain) 3 copies of your source code. You probably don't want
to do this.


> I would like to have all 3 versions available under one application name.
> is this possible ?


Technically, yes. They can all have the same name via the "label" attribute
in your manifest, and they can appear with the same name in the Market (you
set this in the Developer Console). But, again, they have to have different
package names.

I would highly recommend you look through the blog posts for the one about
targeting different platform versions and seriously rethink publishing and
maintaining 3 different versions of the same app for each SDK.

What happens when 2.1 comes out? 2.2? 3.0? 43.67? Are you going to keep
making a new version of your app for each new version that comes out?

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


On Wed, Dec 16, 2009 at 2:11 AM, lk <vaish.alo...@gmail.com> wrote:

> Hi,
>
> I'm developing one android application which needs to support Android
> OS 1.5, 1.6, and 2.0.
>
> I've three different .apk files for all three SDK.
>
> How can i upload three different .apk files on Android Market Place
> for single application?
> I would like to have all 3 versions available under one application
> name. is this possible ?
>
> So, users with any SDK can use my application.
>
> Thanks.
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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