I use this:
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="15" />
in my manifest, so that it can work on older versions, but it will use the
newer UI if available.
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
On Sun, Mar 11, 2012 at 10:46 PM, Chuck Krutsinger <
[email protected]> wrote:
> If you want your program to run on your phone, you will have to stick
> to the 2.2 version of Android. If you want to develop to later
> versions, you can, but you will have to use an emulator to run and
> test the application and you won't be able to deploy to your phone
> until you upgrade to those versions. If you write to the 2.2 version,
> it should still run on the later releases, but not the other way
> around.
>
> On Mar 9, 4:13 am, Vikram Bhuskute <[email protected]> wrote:
> > Hi All,
> >
> > I have an Andriod 2.2 phone . I have to write an app for my phone, which
> is
> > about a book with index and navigation.
> > I don't want to upgrade the phone as of now .
> >
> > My question is do I have to use 2.2 platform ? Or I can use any latest
> ones
> > ?
> > I guess if APIs are upgraded then I can not use newer version right ?
> > But is there any known compatibility.
> >
> > Another point is if I develop app with 2.2 can it work on latest Android
> > phone ?
> >
> > Thanks in advance for your help.
> >
> > Regards,
> > Vikram
>
> --
> 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
>
--
"I know that you believe you understand what you think I said, but I'm not
sure you realize that what you heard is not what I meant."
- Robert McCloskey
--
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