You are compiling with the Level 11 libraries, right? On Apr 12, 10:41 am, Brill Pappin <[email protected]> wrote: > I'm trying to allow support for xlarge screens using the compatibility > library. > The app is at min level 8 with a target of 11 (as per the Optimizing app for > android 3 article). > > However when I try to add the supports-screens and include the > android:xlargeScreens i get an error because level 8 doesn't know about the > attribute. > > e.g. this is an error: > > <supports-screens > > android:smallScreens="true" > > android:normalScreens="true" > > android:largeScreens="true" > > android:xlargeScreens="true" > > android:anyDensity="true" /> > > Does anyone know how I deal with this situation? I'm specifically using the > compatibility library so my level 8 users don't get left out, but I want to > make sure we can develop forward to honeycomb. > > Options? > > - Brill Pappin
-- 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

