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

