Ah yes, of course, for now (in my case) with the preview SDK <uses-sdk
android:minSdkVersion="4" android:targetSdkVersion="Honeycomb"/> and
soon with the final SDK <uses-sdk android:minSdkVersion="4"
android:targetSdkVersion="11"/>. Thank you, Dianne.

On Feb 7, 7:06 pm, Dianne Hackborn <[email protected]> wrote:
> You are using this wrong.  Both attributes need to be in a single <uses-sdk>
> tag.
>
> The rule is simple: if the targetSdkVersion is Honeycomb, then you get the
> new Honeycomb behavior.  (Note this is the exact same way this has worked
> forever, as documented by android.os.Build.VERSION_CODES about the changes
> in behavior you get as you target later platform versions.)
>
> This SDK is a preview, without final APIs, so its SDK version is a codename
> since code you write with it is by definition not tested on final builds.
>  Once the final SDK is available, that will have an actual API version
> number for Honeycomb.

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