I'm a little confused with the following section of the documentation page on optimizing Apps for Android 3.0 (from http://developer.android.com/guide/practices/optimizing-for-3.0.html):
""" Apply the new "holographic" theme to your application Open your manifest file and update the <uses-sdk> element to set android:targetSdkVersion to "11". For example: ... Build your application against the same version of the Android platform you have been using previously (such as the version declared in your android:minSdkVersion), but install it on the Android 3.0 AVD. """ Is it even possible to build an app against a different API than the target API? Isn't it necessary to target Android 3.0 (SDK 11) to get a holographic theme in the first place? Thanks for your help, Andrew -- 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

