On Mon, Dec 12, 2011 at 6:07 AM, martypantsROK <[email protected]> wrote: > I'm getting an error on compile: > > error: No resource identifier found for attribute > 'xlargeScreens' in package 'android' > > I'm trying to use API 11, and xlargeScreens was to have been setup in > 9+. > > So what have I done wrong to cause this not to be recognized?
Double-check your project's build target. Having a build target below API Level 9 is the only thing that I have seen that causes this error. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.2 Available! -- 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

