okay, so I have 1.5 and 1.6 co-existing on my dev boxes / build
machine.
I change my manifest to still say:
<uses-sdk android:minSdkVersion="3" />
I'm not sure what happens when I need to use a 1.6 feature.
The build script still uses
android .... --target 2 ....
So that it can support 1.5.
I guess what I'm doing then is compiling my code which was designed
around 1.5 using the 1.6 SDK. It should theoretically just install on
a 1.5 phone, right?
Then what happens if i start using 1.6 features? I assume at that
point i need to do something like
android .... --target 4 ....
But then what happens when I install on a phone with 1.5...
tia.
On Sep 28, 9:55 am, Mike Collins <[email protected]> wrote:
> I have 1.1, 1.5 and 1.6 all peacefully coexisting on my dev boxes.
> Follow the directions.
>
> mike
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---