2.2 does not support xlarge screens. you have to compile against 2.3
(I think) or 3.0.

On Tue, Oct 18, 2011 at 11:23 PM, Ratheesh Valamchuzhy
<android...@gmail.com> wrote:
> I am developing an app in android 2.2 , i want  to support my app in all
> resolutions (ldpi,mdpi,hdpi,xhdpi)
>
> so i created 4 folders in res folder (layout-ldpi ,layout-mdpi ,layout-hdpi
> ,layout-xhdpi)
>
> then i given supported screens android manifest as
>
> <supports-screens   android:largeScreens="true" android:normalScreens="true"
>  android:smallScreens="true" android:anyDensity="true"
> android:resizeable="true" android:xlargeScreens="true">
>  </supports-screens>
>
> it returns an error that
>
> No resource identifier found for attribute 'xlargeScreens' in package
> 'android
> plse help me
>
>
> --
> --
> ωιтн яєgαя∂ѕ
> Ratheesh ...........
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to