Re: [android-developers] not supporting xhdpi resolution

2011-10-19 Thread Xavier Ducrohet
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 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 fo

[android-developers] not supporting xhdpi resolution

2011-10-18 Thread Ratheesh Valamchuzhy
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 it returns an error that No resource iden